Shades of Turquoise #55EDCC
Tints of Turquoise #55EDCC
RGB
CMYK
RGB Variations
Color information
#55EDCC (or 0x55EDCC) is known color: Turquoise. HEX triplet: 55, ED and CC. RGB value is (85,237,204). Sum of RGB (Red+Green+Blue) = 85+237+204=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDCC is #AA1233. Grayscale: #BBBBBB. Windows color (decimal): -11145780 or 13430101. OLE color: 13430101.
HSL color Cylindrical-coordinate representation of color #55EDCC: hue angle of 166.97º 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 #55EDCC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 204 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.07 |
| HSL | 166.97º | 0.81% | 0.63% | - |
| HSV(B) | 166.97º | 0.64% | 0.93% | - |
| XYZ | 44.93 | 66.86 | 67.66 | - |
| YUV | 187.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 204 | 0.64 | 0 | 0.14 | 0.07 | 166.97 | 0.81 | 0.63 |
| Hex | 55 | ED | CC | 40 | 0 | E | 7 | A7 | 51 | 3F |
| Octal | 125 | 355 | 314 | 100 | 0 | 16 | 7 | 247 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11001100 | 1000000 | 0 | 1110 | 111 | 10100111 | 1010001 | 111111 |
Color Harmonies of #55EDCC
Complementary color
Monochromatic Colors of #55EDCC
Black with #55EDCC
Text Example
Text Example
White with #55EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDCC; }
p { color: rgb(85,237,204); }
H1.HeaderClassName
{
color: #55EDCC;
}
.AnyTagClassName
{
color: #55EDCC;
}
</style>
background-color css
<style>
a { background-color: #55EDCC; }
a { background-color: rgb(85,237,204); }
div.DivClassName
{
background-color: #55EDCC;
}
.BgClassName
{
background-color: #55EDCC;
}
</style>
border-color css
<style>
span { border-color: #55EDCC; }
span { border-color: rgb(85,237,204); }
td.TdClassName
{
border-color: #55EDCC;
}
.TagClassName
{
border-color: #55EDCC;
}
</style>