Shades of Medium Turquoise #55CECD
Tints of Medium Turquoise #55CECD
RGB
CMYK
RGB Variations
Color information
#55CECD (or 0x55CECD) is known color: Medium Turquoise. HEX triplet: 55, CE and CD. RGB value is (85,206,205). Sum of RGB (Red+Green+Blue) = 85+206+205=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #55CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CECD is #AA3132. Grayscale: #A9A9A9. Windows color (decimal): -11153715 or 13487701. OLE color: 13487701.
HSL color Cylindrical-coordinate representation of color #55CECD: hue angle of 179.5º 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 #55CECD is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 205 | - |
| CMYK | 0.59 | 0 | 0.00 | 0.19 |
| HSL | 179.5º | 0.55% | 0.57% | - |
| HSV(B) | 179.5º | 0.59% | 0.81% | - |
| XYZ | 36.84 | 50.48 | 65.56 | - |
| YUV | 169.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 205 | 0.59 | 0 | 0.00 | 0.19 | 179.5 | 0.55 | 0.57 |
| Hex | 55 | CE | CD | 3B | 0 | 0 | 13 | B4 | 37 | 39 |
| Octal | 125 | 316 | 315 | 73 | 0 | 0 | 23 | 264 | 67 | 71 |
| Binary | 1010101 | 11001110 | 11001101 | 111011 | 0 | 0 | 10011 | 10110100 | 110111 | 111001 |
Color Harmonies of #55CECD
Complementary color
Monochromatic Colors of #55CECD
Black with #55CECD
Text Example
Text Example
White with #55CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CECD; }
p { color: rgb(85,206,205); }
H1.HeaderClassName
{
color: #55CECD;
}
.AnyTagClassName
{
color: #55CECD;
}
</style>
background-color css
<style>
a { background-color: #55CECD; }
a { background-color: rgb(85,206,205); }
div.DivClassName
{
background-color: #55CECD;
}
.BgClassName
{
background-color: #55CECD;
}
</style>
border-color css
<style>
span { border-color: #55CECD; }
span { border-color: rgb(85,206,205); }
td.TdClassName
{
border-color: #55CECD;
}
.TagClassName
{
border-color: #55CECD;
}
</style>