Html Css Color HEX #59D6DB Turquoise Blue

📋 copy color: '#59D6DB'

red 89 ◦ green 214 ◦ blue 219

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

Shades of Turquoise Blue #59D6DB

Tints of Turquoise Blue #59D6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 17.05%
G = 41%
B = 41.95%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59D6DB (or 0x59D6DB) is known color: Turquoise Blue. HEX triplet: 59, D6 and DB. RGB value is (89,214,219). Sum of RGB (Red+Green+Blue) = 89+214+219=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #59D6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6DB is #A62924. Grayscale: #B1B1B1. Windows color (decimal): -10889509 or 14407257. OLE color: 14407257.

HSL color Cylindrical-coordinate representation of color #59D6DB: hue angle of 182.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D6DB is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 214 219 -
CMYK 0.59 0.02 0 0.14
HSL 182.31º 0.64% 0.6% -
HSV(B) 182.31º 0.59% 0.86% -
XYZ 40.95 55.33 75.54 -
YUV 177.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 89 214 219 0.59 0.02 0 0.14 182.31 0.64 0.6
Hex 59 D6 DB 3B 2 0 E B6 40 3C
Octal 131 326 333 73 2 0 16 266 100 74
Binary 1011001 11010110 11011011 111011 10 0 1110 10110110 1000000 111100

Color Harmonies of #59D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6DB

Black with #59D6DB

Text Example


Text Example

White with #59D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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