Shades of Medium Turquoise #55CEBC
Tints of Medium Turquoise #55CEBC
RGB
CMYK
RGB Variations
Color information
#55CEBC (or 0x55CEBC) is known color: Medium Turquoise. HEX triplet: 55, CE and BC. RGB value is (85,206,188). Sum of RGB (Red+Green+Blue) = 85+206+188=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEBC is #AA3143. Grayscale: #A7A7A7. Windows color (decimal): -11153732 or 12373589. OLE color: 12373589.
HSL color Cylindrical-coordinate representation of color #55CEBC: hue angle of 171.07º 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 #55CEBC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 188 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.19 |
| HSL | 171.07º | 0.55% | 0.57% | - |
| HSV(B) | 171.07º | 0.59% | 0.81% | - |
| XYZ | 34.89 | 49.7 | 55.33 | - |
| YUV | 167.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 188 | 0.59 | 0 | 0.09 | 0.19 | 171.07 | 0.55 | 0.57 |
| Hex | 55 | CE | BC | 3B | 0 | 9 | 13 | AB | 37 | 39 |
| Octal | 125 | 316 | 274 | 73 | 0 | 11 | 23 | 253 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10111100 | 111011 | 0 | 1001 | 10011 | 10101011 | 110111 | 111001 |
Color Harmonies of #55CEBC
Complementary color
Monochromatic Colors of #55CEBC
Black with #55CEBC
Text Example
Text Example
White with #55CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEBC; }
p { color: rgb(85,206,188); }
H1.HeaderClassName
{
color: #55CEBC;
}
.AnyTagClassName
{
color: #55CEBC;
}
</style>
background-color css
<style>
a { background-color: #55CEBC; }
a { background-color: rgb(85,206,188); }
div.DivClassName
{
background-color: #55CEBC;
}
.BgClassName
{
background-color: #55CEBC;
}
</style>
border-color css
<style>
span { border-color: #55CEBC; }
span { border-color: rgb(85,206,188); }
td.TdClassName
{
border-color: #55CEBC;
}
.TagClassName
{
border-color: #55CEBC;
}
</style>