Html Css Color HEX #59D9EC Turquoise Blue

📋 copy color: '#59D9EC'

red 89 ◦ green 217 ◦ blue 236

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

Shades of Turquoise Blue #59D9EC

Tints of Turquoise Blue #59D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

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

R = 16.42%
G = 40.04%
B = 43.54%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59D9EC (or 0x59D9EC) is known color: Turquoise Blue. HEX triplet: 59, D9 and EC. RGB value is (89,217,236). Sum of RGB (Red+Green+Blue) = 89+217+236=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #59D9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D9EC is #A62613. Grayscale: #B4B4B4. Windows color (decimal): -10888724 or 15522137. OLE color: 15522137.

HSL color Cylindrical-coordinate representation of color #59D9EC: hue angle of 187.76º 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 #59D9EC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 217 236 -
CMYK 0.62 0.08 0 0.07
HSL 187.76º 0.79% 0.64% -
HSV(B) 187.76º 0.62% 0.93% -
XYZ 44.07 57.81 88.19 -
YUV 180.89 159.09 62.46 -
System Red Green Blue C M Y K H S L
Decimal 89 217 236 0.62 0.08 0 0.07 187.76 0.79 0.64
Hex 59 D9 EC 3E 8 0 7 BC 4F 40
Octal 131 331 354 76 10 0 7 274 117 100
Binary 1011001 11011001 11101100 111110 1000 0 111 10111100 1001111 1000000

Color Harmonies of #59D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D9EC

Black with #59D9EC

Text Example


Text Example

White with #59D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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