Shades of Medium Turquoise #59CEDA
Tints of Medium Turquoise #59CEDA
RGB
CMYK
RGB Variations
Color information
#59CEDA (or 0x59CEDA) is known color: Medium Turquoise. HEX triplet: 59, CE and DA. RGB value is (89,206,218). Sum of RGB (Red+Green+Blue) = 89+206+218=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #59CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEDA is #A63125. Grayscale: #ACACAC. Windows color (decimal): -10891558 or 14339673. OLE color: 14339673.
HSL color Cylindrical-coordinate representation of color #59CEDA: hue angle of 185.58º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59CEDA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 206 | 218 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.15 |
| HSL | 185.58º | 0.64% | 0.6% | - |
| HSV(B) | 185.58º | 0.59% | 0.85% | - |
| XYZ | 38.85 | 51.33 | 74.19 | - |
| YUV | 172.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 218 | 0.59 | 0.06 | 0 | 0.15 | 185.58 | 0.64 | 0.6 |
| Hex | 59 | CE | DA | 3B | 6 | 0 | F | BA | 40 | 3C |
| Octal | 131 | 316 | 332 | 73 | 6 | 0 | 17 | 272 | 100 | 74 |
| Binary | 1011001 | 11001110 | 11011010 | 111011 | 110 | 0 | 1111 | 10111010 | 1000000 | 111100 |
Color Harmonies of #59CEDA
Complementary color
Monochromatic Colors of #59CEDA
Black with #59CEDA
Text Example
Text Example
White with #59CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEDA; }
p { color: rgb(89,206,218); }
H1.HeaderClassName
{
color: #59CEDA;
}
.AnyTagClassName
{
color: #59CEDA;
}
</style>
background-color css
<style>
a { background-color: #59CEDA; }
a { background-color: rgb(89,206,218); }
div.DivClassName
{
background-color: #59CEDA;
}
.BgClassName
{
background-color: #59CEDA;
}
</style>
border-color css
<style>
span { border-color: #59CEDA; }
span { border-color: rgb(89,206,218); }
td.TdClassName
{
border-color: #59CEDA;
}
.TagClassName
{
border-color: #59CEDA;
}
</style>