Html Css Color HEX #59DDDA Medium Turquoise

📋 copy color: '#59DDDA'

red 89 ◦ green 221 ◦ blue 218

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

Shades of Medium Turquoise #59DDDA

Tints of Medium Turquoise #59DDDA

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 89 221 218 -
CMYK 0.60 0 0.01 0.13
HSL 178.64º 0.66% 0.61% -
HSV(B) 178.64º 0.6% 0.87% -
XYZ 42.63 58.9 75.45 -
YUV 181.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 89 221 218 0.60 0 0.01 0.13 178.64 0.66 0.61
Hex 59 DD DA 3C 0 1 D B3 42 3D
Octal 131 335 332 74 0 1 15 263 102 75
Binary 1011001 11011101 11011010 111100 0 1 1101 10110011 1000010 111101

Color Harmonies of #59DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDDA

Black with #59DDDA

Text Example


Text Example

White with #59DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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