Html Css Color HEX #59D6DC Turquoise Blue

📋 copy color: '#59D6DC'

red 89 ◦ green 214 ◦ blue 220

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

Shades of Turquoise Blue #59D6DC

Tints of Turquoise Blue #59D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.92%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 17.02%
G = 40.92%
B = 42.07%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59D6DC (or 0x59D6DC) is known color: Turquoise Blue. HEX triplet: 59, D6 and DC. RGB value is (89,214,220). Sum of RGB (Red+Green+Blue) = 89+214+220=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #59D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6DC is #A62923. Grayscale: #B1B1B1. Windows color (decimal): -10889508 or 14472793. OLE color: 14472793.

HSL color Cylindrical-coordinate representation of color #59D6DC: hue angle of 182.75º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59D6DC is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 214 220 -
CMYK 0.60 0.03 0 0.14
HSL 182.75º 0.65% 0.61% -
HSV(B) 182.75º 0.6% 0.86% -
XYZ 41.08 55.38 76.24 -
YUV 177.31 152.09 65.01 -
System Red Green Blue C M Y K H S L
Decimal 89 214 220 0.60 0.03 0 0.14 182.75 0.65 0.61
Hex 59 D6 DC 3C 3 0 E B7 41 3D
Octal 131 326 334 74 3 0 16 267 101 75
Binary 1011001 11010110 11011100 111100 11 0 1110 10110111 1000001 111101

Color Harmonies of #59D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6DC

Black with #59D6DC

Text Example


Text Example

White with #59D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,214,220); }

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

background-color css

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

 a { background-color: rgb(89,214,220); }

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

border-color css

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

 span { border-color: rgb(89,214,220); }

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