Html Css Color HEX #59CBE8 Turquoise Blue

📋 copy color: '#59CBE8'

red 89 ◦ green 203 ◦ blue 232

#59CBE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #59CBE8

Tints of Turquoise Blue #59CBE8

RGB

 RED value IS 89 (35.16% from 255) = 16.98%

 GREEN value IS 203 (79.69% from 255) = 38.74%

 BLUE value IS 232 (91.02% from 255) = 44.27%

R = 16.98%
G = 38.74%
B = 44.27%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#59CBE8 (or 0x59CBE8) is known color: Turquoise Blue. HEX triplet: 59, CB and E8. RGB value is (89,203,232). Sum of RGB (Red+Green+Blue) = 89+203+232=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #59CBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CBE8 is #A63417. Grayscale: #ABABAB. Windows color (decimal): -10892312 or 15256409. OLE color: 15256409.

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

Color convert

RGB 89 203 232 -
CMYK 0.62 0.12 0 0.09
HSL 192.17º 0.76% 0.63% -
HSV(B) 192.17º 0.62% 0.91% -
XYZ 40.04 50.66 84.01 -
YUV 172.22 161.73 68.64 -
System Red Green Blue C M Y K H S L
Decimal 89 203 232 0.62 0.12 0 0.09 192.17 0.76 0.63
Hex 59 CB E8 3E C 0 9 C0 4C 3F
Octal 131 313 350 76 14 0 11 300 114 77
Binary 1011001 11001011 11101000 111110 1100 0 1001 11000000 1001100 111111

Color Harmonies of #59CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBE8

Black with #59CBE8

Text Example


Text Example

White with #59CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59CBE8; }

 p { color: rgb(89,203,232); }

 H1.HeaderClassName
 {
   color: #59CBE8;
 }
 .AnyTagClassName
 {
   color: #59CBE8;
 }
</style>

background-color css

<style>
 a { background-color: #59CBE8; }

 a { background-color: rgb(89,203,232); }

 div.DivClassName
 {
   background-color: #59CBE8;
 }
 .BgClassName
 {
   background-color: #59CBE8;
 }
</style>

border-color css

<style>
 span { border-color: #59CBE8; }

 span { border-color: rgb(89,203,232); }

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