Html Css Color HEX #59D4DB Turquoise Blue

📋 copy color: '#59D4DB'

red 89 ◦ green 212 ◦ blue 219

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

Shades of Turquoise Blue #59D4DB

Tints of Turquoise Blue #59D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

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

R = 17.12%
G = 40.77%
B = 42.12%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59D4DB (or 0x59D4DB) is known color: Turquoise Blue. HEX triplet: 59, D4 and DB. RGB value is (89,212,219). Sum of RGB (Red+Green+Blue) = 89+212+219=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #59D4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D4DB is #A62B24. Grayscale: #AFAFAF. Windows color (decimal): -10890021 or 14406745. OLE color: 14406745.

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

Color convert

RGB 89 212 219 -
CMYK 0.59 0.03 0 0.14
HSL 183.23º 0.64% 0.6% -
HSV(B) 183.23º 0.59% 0.86% -
XYZ 40.45 54.33 75.37 -
YUV 176.02 152.25 65.93 -
System Red Green Blue C M Y K H S L
Decimal 89 212 219 0.59 0.03 0 0.14 183.23 0.64 0.6
Hex 59 D4 DB 3B 3 0 E B7 40 3C
Octal 131 324 333 73 3 0 16 267 100 74
Binary 1011001 11010100 11011011 111011 11 0 1110 10110111 1000000 111100

Color Harmonies of #59D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D4DB

Black with #59D4DB

Text Example


Text Example

White with #59D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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