Html Css Color HEX #59DBDB Turquoise Blue

📋 copy color: '#59DBDB'

red 89 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #59DBDB

Tints of Turquoise Blue #59DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 16.89%
G = 41.56%
B = 41.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59DBDB (or 0x59DBDB) is known color: Turquoise Blue. HEX triplet: 59, DB and DB. RGB value is (89,219,219). Sum of RGB (Red+Green+Blue) = 89+219+219=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #59DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBDB is #A62424. Grayscale: #B3B3B3. Windows color (decimal): -10888229 or 14408537. OLE color: 14408537.

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

Color convert

RGB 89 219 219 -
CMYK 0.59 0 0 0.14
HSL 180º 0.64% 0.6% -
HSV(B) 180º 0.59% 0.86% -
XYZ 42.24 57.9 75.97 -
YUV 180.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 89 219 219 0.59 0 0 0.14 180 0.64 0.6
Hex 59 DB DB 3B 0 0 E B4 40 3C
Octal 131 333 333 73 0 0 16 264 100 74
Binary 1011001 11011011 11011011 111011 0 0 1110 10110100 1000000 111100

Color Harmonies of #59DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBDB

Black with #59DBDB

Text Example


Text Example

White with #59DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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