#59DADB

Color #59DADB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #59DADB

Tints of Turquoise Blue #59DADB

Color information

#59DADB (or 0x59DADB) is unknown color: approx Turquoise Blue. HEX triplet: 59, DA and DB. RGB value is (89,218,219). Sum of RGB (Red+Green+Blue) = 89+218+219=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #59DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DADB is #A62524. Grayscale: #B3B3B3. Windows color (decimal): -10888485 or 14408281. OLE color: 14408281.

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

Color convert

RGB89218219-
CMYK0.590.0000.14
HSL180.46º64.36%60.39%-
HSV(B)180.46º59.36%85.88%-
XYZ41.9857.3875.88-
YUV179.54150.2663.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.92%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=16.92%
G=41.44%
B=41.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal892182190.590.0000.14180.4664.3660.39
Hex59DADB3B00Eb4403c
Octal13133233373001626410074
Binary10110011101101011011011111011001110101101001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59DADB;
 }
 .AnyTagClassName
 {
   color: #59DADB;
 }
</style>
background-color css

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

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

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

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

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

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