Html Css Color HEX #59CDDD Turquoise Blue

📋 copy color: '#59CDDD'

red 89 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #59CDDD

Tints of Turquoise Blue #59CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.81%

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

R = 17.28%
G = 39.81%
B = 42.91%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59CDDD (or 0x59CDDD) is known color: Turquoise Blue. HEX triplet: 59, CD and DD. RGB value is (89,205,221). Sum of RGB (Red+Green+Blue) = 89+205+221=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #59CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDDD is #A63222. Grayscale: #ABABAB. Windows color (decimal): -10891811 or 14536025. OLE color: 14536025.

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

Color convert

RGB 89 205 221 -
CMYK 0.60 0.07 0 0.13
HSL 187.27º 0.66% 0.61% -
HSV(B) 187.27º 0.6% 0.87% -
XYZ 39 51.01 76.2 -
YUV 172.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 89 205 221 0.60 0.07 0 0.13 187.27 0.66 0.61
Hex 59 CD DD 3C 7 0 D BB 42 3D
Octal 131 315 335 74 7 0 15 273 102 75
Binary 1011001 11001101 11011101 111100 111 0 1101 10111011 1000010 111101

Color Harmonies of #59CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDDD

Black with #59CDDD

Text Example


Text Example

White with #59CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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