Html Css Color HEX #59DADB Turquoise Blue

📋 copy color: '#59DADB'

red 89 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #59DADB

Tints of Turquoise Blue #59DADB

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 value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59DADB (or 0x59DADB) is known color: 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

RGB 89 218 219 -
CMYK 0.59 0.00 0 0.14
HSL 180.46º 0.64% 0.6% -
HSV(B) 180.46º 0.59% 0.86% -
XYZ 41.98 57.38 75.88 -
YUV 179.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 89 218 219 0.59 0.00 0 0.14 180.46 0.64 0.6
Hex 59 DA DB 3B 0 0 E B4 40 3C
Octal 131 332 333 73 0 0 16 264 100 74
Binary 1011001 11011010 11011011 111011 0 0 1110 10110100 1000000 111100

Color Harmonies of #59DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DADB

Black with #59DADB

Text Example


Text Example

White with #59DADB

Text Example


Text Example

HTML Codes & Css Web 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>