Html Css Color HEX #59CBEC Turquoise Blue

📋 copy color: '#59CBEC'

red 89 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #59CBEC

Tints of Turquoise Blue #59CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 16.86%
G = 38.45%
B = 44.7%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59CBEC (or 0x59CBEC) is known color: Turquoise Blue. HEX triplet: 59, CB and EC. RGB value is (89,203,236). Sum of RGB (Red+Green+Blue) = 89+203+236=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #59CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CBEC is #A63413. Grayscale: #ACACAC. Windows color (decimal): -10892308 or 15518553. OLE color: 15518553.

HSL color Cylindrical-coordinate representation of color #59CBEC: hue angle of 193.47º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59CBEC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 203 236 -
CMYK 0.62 0.14 0 0.07
HSL 193.47º 0.79% 0.64% -
HSV(B) 193.47º 0.62% 0.93% -
XYZ 40.62 50.89 87.04 -
YUV 172.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 89 203 236 0.62 0.14 0 0.07 193.47 0.79 0.64
Hex 59 CB EC 3E E 0 7 C1 4F 40
Octal 131 313 354 76 16 0 7 301 117 100
Binary 1011001 11001011 11101100 111110 1110 0 111 11000001 1001111 1000000

Color Harmonies of #59CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBEC

Black with #59CBEC

Text Example


Text Example

White with #59CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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