Shades of Turquoise #55E8C5
Tints of Turquoise #55E8C5
RGB
CMYK
RGB Variations
Color information
#55E8C5 (or 0x55E8C5) is known color: Turquoise. HEX triplet: 55, E8 and C5. RGB value is (85,232,197). Sum of RGB (Red+Green+Blue) = 85+232+197=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8C5 is #AA173A. Grayscale: #B8B8B8. Windows color (decimal): -11147067 or 12970069. OLE color: 12970069.
HSL color Cylindrical-coordinate representation of color #55E8C5: hue angle of 165.71º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E8C5 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 197 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.09 |
| HSL | 165.71º | 0.76% | 0.62% | - |
| HSV(B) | 165.71º | 0.63% | 0.91% | - |
| XYZ | 42.68 | 63.68 | 62.86 | - |
| YUV | 184.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 197 | 0.63 | 0 | 0.15 | 0.09 | 165.71 | 0.76 | 0.62 |
| Hex | 55 | E8 | C5 | 3F | 0 | F | 9 | A6 | 4C | 3E |
| Octal | 125 | 350 | 305 | 77 | 0 | 17 | 11 | 246 | 114 | 76 |
| Binary | 1010101 | 11101000 | 11000101 | 111111 | 0 | 1111 | 1001 | 10100110 | 1001100 | 111110 |
Color Harmonies of #55E8C5
Complementary color
Monochromatic Colors of #55E8C5
Black with #55E8C5
Text Example
Text Example
White with #55E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E8C5; }
p { color: rgb(85,232,197); }
H1.HeaderClassName
{
color: #55E8C5;
}
.AnyTagClassName
{
color: #55E8C5;
}
</style>
background-color css
<style>
a { background-color: #55E8C5; }
a { background-color: rgb(85,232,197); }
div.DivClassName
{
background-color: #55E8C5;
}
.BgClassName
{
background-color: #55E8C5;
}
</style>
border-color css
<style>
span { border-color: #55E8C5; }
span { border-color: rgb(85,232,197); }
td.TdClassName
{
border-color: #55E8C5;
}
.TagClassName
{
border-color: #55E8C5;
}
</style>