Shades of Medium Turquoise #55CECB
Tints of Medium Turquoise #55CECB
RGB
CMYK
RGB Variations
Color information
#55CECB (or 0x55CECB) is known color: Medium Turquoise. HEX triplet: 55, CE and CB. RGB value is (85,206,203). Sum of RGB (Red+Green+Blue) = 85+206+203=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #55CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CECB is #AA3134. Grayscale: #A9A9A9. Windows color (decimal): -11153717 or 13356629. OLE color: 13356629.
HSL color Cylindrical-coordinate representation of color #55CECB: hue angle of 178.51º 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 #55CECB is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 203 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.19 |
| HSL | 178.51º | 0.55% | 0.57% | - |
| HSV(B) | 178.51º | 0.59% | 0.81% | - |
| XYZ | 36.6 | 50.39 | 64.3 | - |
| YUV | 169.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 203 | 0.59 | 0 | 0.01 | 0.19 | 178.51 | 0.55 | 0.57 |
| Hex | 55 | CE | CB | 3B | 0 | 1 | 13 | B3 | 37 | 39 |
| Octal | 125 | 316 | 313 | 73 | 0 | 1 | 23 | 263 | 67 | 71 |
| Binary | 1010101 | 11001110 | 11001011 | 111011 | 0 | 1 | 10011 | 10110011 | 110111 | 111001 |
Color Harmonies of #55CECB
Complementary color
Monochromatic Colors of #55CECB
Black with #55CECB
Text Example
Text Example
White with #55CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CECB; }
p { color: rgb(85,206,203); }
H1.HeaderClassName
{
color: #55CECB;
}
.AnyTagClassName
{
color: #55CECB;
}
</style>
background-color css
<style>
a { background-color: #55CECB; }
a { background-color: rgb(85,206,203); }
div.DivClassName
{
background-color: #55CECB;
}
.BgClassName
{
background-color: #55CECB;
}
</style>
border-color css
<style>
span { border-color: #55CECB; }
span { border-color: rgb(85,206,203); }
td.TdClassName
{
border-color: #55CECB;
}
.TagClassName
{
border-color: #55CECB;
}
</style>