Shades of Medium Turquoise #55C9C0
Tints of Medium Turquoise #55C9C0
RGB
CMYK
RGB Variations
Color information
#55C9C0 (or 0x55C9C0) is known color: Medium Turquoise. HEX triplet: 55, C9 and C0. RGB value is (85,201,192). Sum of RGB (Red+Green+Blue) = 85+201+192=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C9C0 is #AA363F. Grayscale: #A5A5A5. Windows color (decimal): -11155008 or 12634453. OLE color: 12634453.
HSL color Cylindrical-coordinate representation of color #55C9C0: hue angle of 175.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9C0 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 192 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.21 |
| HSL | 175.34º | 0.52% | 0.56% | - |
| HSV(B) | 175.34º | 0.58% | 0.79% | - |
| XYZ | 34.15 | 47.51 | 57.24 | - |
| YUV | 165.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 192 | 0.58 | 0 | 0.04 | 0.21 | 175.34 | 0.52 | 0.56 |
| Hex | 55 | C9 | C0 | 3A | 0 | 4 | 15 | AF | 34 | 38 |
| Octal | 125 | 311 | 300 | 72 | 0 | 4 | 25 | 257 | 64 | 70 |
| Binary | 1010101 | 11001001 | 11000000 | 111010 | 0 | 100 | 10101 | 10101111 | 110100 | 111000 |
Color Harmonies of #55C9C0
Complementary color
Monochromatic Colors of #55C9C0
Black with #55C9C0
Text Example
Text Example
White with #55C9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C9C0; }
p { color: rgb(85,201,192); }
H1.HeaderClassName
{
color: #55C9C0;
}
.AnyTagClassName
{
color: #55C9C0;
}
</style>
background-color css
<style>
a { background-color: #55C9C0; }
a { background-color: rgb(85,201,192); }
div.DivClassName
{
background-color: #55C9C0;
}
.BgClassName
{
background-color: #55C9C0;
}
</style>
border-color css
<style>
span { border-color: #55C9C0; }
span { border-color: rgb(85,201,192); }
td.TdClassName
{
border-color: #55C9C0;
}
.TagClassName
{
border-color: #55C9C0;
}
</style>