Shades of Medium Turquoise #55CEC1
Tints of Medium Turquoise #55CEC1
RGB
CMYK
RGB Variations
Color information
#55CEC1 (or 0x55CEC1) is known color: Medium Turquoise. HEX triplet: 55, CE and C1. RGB value is (85,206,193). Sum of RGB (Red+Green+Blue) = 85+206+193=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEC1 is #AA313E. Grayscale: #A8A8A8. Windows color (decimal): -11153727 or 12701269. OLE color: 12701269.
HSL color Cylindrical-coordinate representation of color #55CEC1: hue angle of 173.55º 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 #55CEC1 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 193 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.19 |
| HSL | 173.55º | 0.55% | 0.57% | - |
| HSV(B) | 173.55º | 0.59% | 0.81% | - |
| XYZ | 35.44 | 49.92 | 58.22 | - |
| YUV | 168.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 193 | 0.59 | 0 | 0.06 | 0.19 | 173.55 | 0.55 | 0.57 |
| Hex | 55 | CE | C1 | 3B | 0 | 6 | 13 | AE | 37 | 39 |
| Octal | 125 | 316 | 301 | 73 | 0 | 6 | 23 | 256 | 67 | 71 |
| Binary | 1010101 | 11001110 | 11000001 | 111011 | 0 | 110 | 10011 | 10101110 | 110111 | 111001 |
Color Harmonies of #55CEC1
Complementary color
Monochromatic Colors of #55CEC1
Black with #55CEC1
Text Example
Text Example
White with #55CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEC1; }
p { color: rgb(85,206,193); }
H1.HeaderClassName
{
color: #55CEC1;
}
.AnyTagClassName
{
color: #55CEC1;
}
</style>
background-color css
<style>
a { background-color: #55CEC1; }
a { background-color: rgb(85,206,193); }
div.DivClassName
{
background-color: #55CEC1;
}
.BgClassName
{
background-color: #55CEC1;
}
</style>
border-color css
<style>
span { border-color: #55CEC1; }
span { border-color: rgb(85,206,193); }
td.TdClassName
{
border-color: #55CEC1;
}
.TagClassName
{
border-color: #55CEC1;
}
</style>