Shades of Medium Turquoise #55CFC0
Tints of Medium Turquoise #55CFC0
RGB
CMYK
RGB Variations
Color information
#55CFC0 (or 0x55CFC0) is known color: Medium Turquoise. HEX triplet: 55, CF and C0. RGB value is (85,207,192). Sum of RGB (Red+Green+Blue) = 85+207+192=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFC0 is #AA303F. Grayscale: #A8A8A8. Windows color (decimal): -11153472 or 12635989. OLE color: 12635989.
HSL color Cylindrical-coordinate representation of color #55CFC0: hue angle of 172.62º degrees, saturation: 0.56, 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 #55CFC0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 192 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.19 |
| HSL | 172.62º | 0.56% | 0.57% | - |
| HSV(B) | 172.62º | 0.59% | 0.81% | - |
| XYZ | 35.57 | 50.36 | 57.72 | - |
| YUV | 168.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 192 | 0.59 | 0 | 0.07 | 0.19 | 172.62 | 0.56 | 0.57 |
| Hex | 55 | CF | C0 | 3B | 0 | 7 | 13 | AD | 38 | 39 |
| Octal | 125 | 317 | 300 | 73 | 0 | 7 | 23 | 255 | 70 | 71 |
| Binary | 1010101 | 11001111 | 11000000 | 111011 | 0 | 111 | 10011 | 10101101 | 111000 | 111001 |
Color Harmonies of #55CFC0
Complementary color
Monochromatic Colors of #55CFC0
Black with #55CFC0
Text Example
Text Example
White with #55CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFC0; }
p { color: rgb(85,207,192); }
H1.HeaderClassName
{
color: #55CFC0;
}
.AnyTagClassName
{
color: #55CFC0;
}
</style>
background-color css
<style>
a { background-color: #55CFC0; }
a { background-color: rgb(85,207,192); }
div.DivClassName
{
background-color: #55CFC0;
}
.BgClassName
{
background-color: #55CFC0;
}
</style>
border-color css
<style>
span { border-color: #55CFC0; }
span { border-color: rgb(85,207,192); }
td.TdClassName
{
border-color: #55CFC0;
}
.TagClassName
{
border-color: #55CFC0;
}
</style>