Html Css Color HEX #59D8DC Turquoise Blue

📋 copy color: '#59D8DC'

red 89 ◦ green 216 ◦ blue 220

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

Shades of Turquoise Blue #59D8DC

Tints of Turquoise Blue #59D8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 16.95%
G = 41.14%
B = 41.9%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59D8DC (or 0x59D8DC) is known color: Turquoise Blue. HEX triplet: 59, D8 and DC. RGB value is (89,216,220). Sum of RGB (Red+Green+Blue) = 89+216+220=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #59D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8DC is #A62723. Grayscale: #B2B2B2. Windows color (decimal): -10888996 or 14473305. OLE color: 14473305.

HSL color Cylindrical-coordinate representation of color #59D8DC: hue angle of 181.83º 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 #59D8DC is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 216 220 -
CMYK 0.60 0.02 0 0.14
HSL 181.83º 0.65% 0.61% -
HSV(B) 181.83º 0.6% 0.86% -
XYZ 41.59 56.4 76.4 -
YUV 178.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 89 216 220 0.60 0.02 0 0.14 181.83 0.65 0.61
Hex 59 D8 DC 3C 2 0 E B6 41 3D
Octal 131 330 334 74 2 0 16 266 101 75
Binary 1011001 11011000 11011100 111100 10 0 1110 10110110 1000001 111101

Color Harmonies of #59D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D8DC

Black with #59D8DC

Text Example


Text Example

White with #59D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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