Html Css Color HEX #59CCDD Turquoise Blue

📋 copy color: '#59CCDD'

red 89 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #59CCDD

Tints of Turquoise Blue #59CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.69%

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

R = 17.32%
G = 39.69%
B = 43%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59CCDD (or 0x59CCDD) is known color: Turquoise Blue. HEX triplet: 59, CC and DD. RGB value is (89,204,221). Sum of RGB (Red+Green+Blue) = 89+204+221=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #59CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCDD is #A63322. Grayscale: #ABABAB. Windows color (decimal): -10892067 or 14535769. OLE color: 14535769.

HSL color Cylindrical-coordinate representation of color #59CCDD: hue angle of 187.73º 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 #59CCDD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 204 221 -
CMYK 0.60 0.08 0 0.13
HSL 187.73º 0.66% 0.61% -
HSV(B) 187.73º 0.6% 0.87% -
XYZ 38.76 50.53 76.12 -
YUV 171.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 89 204 221 0.60 0.08 0 0.13 187.73 0.66 0.61
Hex 59 CC DD 3C 8 0 D BC 42 3D
Octal 131 314 335 74 10 0 15 274 102 75
Binary 1011001 11001100 11011101 111100 1000 0 1101 10111100 1000010 111101

Color Harmonies of #59CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCDD

Black with #59CCDD

Text Example


Text Example

White with #59CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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