Html Css Color HEX #59DEDA Medium Turquoise

📋 copy color: '#59DEDA'

red 89 ◦ green 222 ◦ blue 218

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

Shades of Medium Turquoise #59DEDA

Tints of Medium Turquoise #59DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

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

R = 16.82%
G = 41.97%
B = 41.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#59DEDA (or 0x59DEDA) is known color: Medium Turquoise. HEX triplet: 59, DE and DA. RGB value is (89,222,218). Sum of RGB (Red+Green+Blue) = 89+222+218=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEDA is #A62125. Grayscale: #B5B5B5. Windows color (decimal): -10887462 or 14343769. OLE color: 14343769.

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

Color convert

RGB 89 222 218 -
CMYK 0.60 0 0.02 0.13
HSL 178.2º 0.67% 0.61% -
HSV(B) 178.2º 0.6% 0.87% -
XYZ 42.9 59.43 75.54 -
YUV 181.78 148.44 61.83 -
System Red Green Blue C M Y K H S L
Decimal 89 222 218 0.60 0 0.02 0.13 178.2 0.67 0.61
Hex 59 DE DA 3C 0 2 D B2 43 3D
Octal 131 336 332 74 0 2 15 262 103 75
Binary 1011001 11011110 11011010 111100 0 10 1101 10110010 1000011 111101

Color Harmonies of #59DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DEDA

Black with #59DEDA

Text Example


Text Example

White with #59DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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