Html Css Color HEX #59DADD Turquoise Blue

📋 copy color: '#59DADD'

red 89 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #59DADD

Tints of Turquoise Blue #59DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 16.86%
G = 41.29%
B = 41.86%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59DADD (or 0x59DADD) is known color: Turquoise Blue. HEX triplet: 59, DA and DD. RGB value is (89,218,221). Sum of RGB (Red+Green+Blue) = 89+218+221=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #59DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DADD is #A62522. Grayscale: #B3B3B3. Windows color (decimal): -10888483 or 14539353. OLE color: 14539353.

HSL color Cylindrical-coordinate representation of color #59DADD: hue angle of 181.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DADD is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 218 221 -
CMYK 0.60 0.01 0 0.13
HSL 181.36º 0.66% 0.61% -
HSV(B) 181.36º 0.6% 0.87% -
XYZ 42.24 57.49 77.28 -
YUV 179.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 89 218 221 0.60 0.01 0 0.13 181.36 0.66 0.61
Hex 59 DA DD 3C 1 0 D B5 42 3D
Octal 131 332 335 74 1 0 15 265 102 75
Binary 1011001 11011010 11011101 111100 1 0 1101 10110101 1000010 111101

Color Harmonies of #59DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DADD

Black with #59DADD

Text Example


Text Example

White with #59DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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