Shades of Medium Turquoise #55CEC0
Tints of Medium Turquoise #55CEC0
RGB
CMYK
RGB Variations
Color information
#55CEC0 (or 0x55CEC0) is known color: Medium Turquoise. HEX triplet: 55, CE and C0. RGB value is (85,206,192). Sum of RGB (Red+Green+Blue) = 85+206+192=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEC0 is #AA313F. Grayscale: #A8A8A8. Windows color (decimal): -11153728 or 12635733. OLE color: 12635733.
HSL color Cylindrical-coordinate representation of color #55CEC0: hue angle of 173.06º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEC0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 192 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.19 |
| HSL | 173.06º | 0.55% | 0.57% | - |
| HSV(B) | 173.06º | 0.59% | 0.81% | - |
| XYZ | 35.33 | 49.88 | 57.63 | - |
| YUV | 168.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 192 | 0.59 | 0 | 0.07 | 0.19 | 173.06 | 0.55 | 0.57 |
| Hex | 55 | CE | C0 | 3B | 0 | 7 | 13 | AD | 37 | 39 |
| Octal | 125 | 316 | 300 | 73 | 0 | 7 | 23 | 255 | 67 | 71 |
| Binary | 1010101 | 11001110 | 11000000 | 111011 | 0 | 111 | 10011 | 10101101 | 110111 | 111001 |
Color Harmonies of #55CEC0
Complementary color
Monochromatic Colors of #55CEC0
Black with #55CEC0
Text Example
Text Example
White with #55CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEC0; }
p { color: rgb(85,206,192); }
H1.HeaderClassName
{
color: #55CEC0;
}
.AnyTagClassName
{
color: #55CEC0;
}
</style>
background-color css
<style>
a { background-color: #55CEC0; }
a { background-color: rgb(85,206,192); }
div.DivClassName
{
background-color: #55CEC0;
}
.BgClassName
{
background-color: #55CEC0;
}
</style>
border-color css
<style>
span { border-color: #55CEC0; }
span { border-color: rgb(85,206,192); }
td.TdClassName
{
border-color: #55CEC0;
}
.TagClassName
{
border-color: #55CEC0;
}
</style>