#53D8E7

Color #53D8E7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #53D8E7

Tints of Turquoise Blue #53D8E7

Color information

#53D8E7 (or 0x53D8E7) is unknown color: approx Turquoise Blue. HEX triplet: 53, D8 and E7. RGB value is (83,216,231). Sum of RGB (Red+Green+Blue) = 83+216+231=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #53D8E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D8E7 is #AC2718. Grayscale: #B1B1B1. Windows color (decimal): -11282201 or 15194195. OLE color: 15194195.

HSL color Cylindrical-coordinate representation of color #53D8E7: hue angle of 186.08º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D8E7 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83216231-
CMYK0.640.0600.09
HSL186.08º75.51%61.57%-
HSV(B)186.08º64.07%90.59%-
XYZ42.5556.7284.31-
YUV177.94157.9460.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 15.66%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=15.66%
G=40.75%
B=43.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832162310.640.0600.09186.0875.5161.57
Hex53D8E740609ba4c3e
Octal123330347100601127211476
Binary10100111101100011100111100000011001001101110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D8E7; }

 p { color: rgb(83,216,231); }

 H1.HeaderClassName
 {
   color: #53D8E7;
 }
 .AnyTagClassName
 {
   color: #53D8E7;
 }
</style>
background-color css

<style>
 a { background-color: #53D8E7; }

 a { background-color: rgb(83,216,231); }

 div.DivClassName
 {
   background-color: #53D8E7;
 }
 .BgClassName
 {
   background-color: #53D8E7;
 }
</style>
border-color css

<style>
 span { border-color: #53D8E7; }

 span { border-color: rgb(83,216,231); }

 td.TdClassName
 {
   border-color: #53D8E7;
 }
 .TagClassName
 {
   border-color: #53D8E7;
 }
</style>