Html Css Color HEX #59DADC Turquoise Blue

📋 copy color: '#59DADC'

red 89 ◦ green 218 ◦ blue 220

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

Shades of Turquoise Blue #59DADC

Tints of Turquoise Blue #59DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 16.89%
G = 41.37%
B = 41.75%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59DADC (or 0x59DADC) is known color: Turquoise Blue. HEX triplet: 59, DA and DC. RGB value is (89,218,220). Sum of RGB (Red+Green+Blue) = 89+218+220=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #59DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DADC is #A62523. Grayscale: #B3B3B3. Windows color (decimal): -10888484 or 14473817. OLE color: 14473817.

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

Color convert

RGB 89 218 220 -
CMYK 0.60 0.01 0 0.14
HSL 180.92º 0.65% 0.61% -
HSV(B) 180.92º 0.6% 0.86% -
XYZ 42.11 57.43 76.58 -
YUV 179.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 89 218 220 0.60 0.01 0 0.14 180.92 0.65 0.61
Hex 59 DA DC 3C 1 0 E B5 41 3D
Octal 131 332 334 74 1 0 16 265 101 75
Binary 1011001 11011010 11011100 111100 1 0 1110 10110101 1000001 111101

Color Harmonies of #59DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DADC

Black with #59DADC

Text Example


Text Example

White with #59DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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