Shades of Turquoise #55EDCE
Tints of Turquoise #55EDCE
RGB
CMYK
RGB Variations
Color information
#55EDCE (or 0x55EDCE) is known color: Turquoise. HEX triplet: 55, ED and CE. RGB value is (85,237,206). Sum of RGB (Red+Green+Blue) = 85+237+206=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDCE is #AA1231. Grayscale: #BBBBBB. Windows color (decimal): -11145778 or 13561173. OLE color: 13561173.
HSL color Cylindrical-coordinate representation of color #55EDCE: hue angle of 167.76º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDCE is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 206 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.07 |
| HSL | 167.76º | 0.81% | 0.63% | - |
| HSV(B) | 167.76º | 0.64% | 0.93% | - |
| XYZ | 45.17 | 66.96 | 68.94 | - |
| YUV | 188.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 206 | 0.64 | 0 | 0.13 | 0.07 | 167.76 | 0.81 | 0.63 |
| Hex | 55 | ED | CE | 40 | 0 | D | 7 | A8 | 51 | 3F |
| Octal | 125 | 355 | 316 | 100 | 0 | 15 | 7 | 250 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11001110 | 1000000 | 0 | 1101 | 111 | 10101000 | 1010001 | 111111 |
Color Harmonies of #55EDCE
Complementary color
Monochromatic Colors of #55EDCE
Black with #55EDCE
Text Example
Text Example
White with #55EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDCE; }
p { color: rgb(85,237,206); }
H1.HeaderClassName
{
color: #55EDCE;
}
.AnyTagClassName
{
color: #55EDCE;
}
</style>
background-color css
<style>
a { background-color: #55EDCE; }
a { background-color: rgb(85,237,206); }
div.DivClassName
{
background-color: #55EDCE;
}
.BgClassName
{
background-color: #55EDCE;
}
</style>
border-color css
<style>
span { border-color: #55EDCE; }
span { border-color: rgb(85,237,206); }
td.TdClassName
{
border-color: #55EDCE;
}
.TagClassName
{
border-color: #55EDCE;
}
</style>