Shades of Turquoise #55E1C3
Tints of Turquoise #55E1C3
RGB
CMYK
RGB Variations
Color information
#55E1C3 (or 0x55E1C3) is known color: Turquoise. HEX triplet: 55, E1 and C3. RGB value is (85,225,195). Sum of RGB (Red+Green+Blue) = 85+225+195=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1C3 is #AA1E3C. Grayscale: #B3B3B3. Windows color (decimal): -11148861 or 12837205. OLE color: 12837205.
HSL color Cylindrical-coordinate representation of color #55E1C3: hue angle of 167.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1C3 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 195 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.12 |
| HSL | 167.14º | 0.7% | 0.61% | - |
| HSV(B) | 167.14º | 0.62% | 0.88% | - |
| XYZ | 40.52 | 59.72 | 61.02 | - |
| YUV | 179.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 195 | 0.62 | 0 | 0.13 | 0.12 | 167.14 | 0.7 | 0.61 |
| Hex | 55 | E1 | C3 | 3E | 0 | D | C | A7 | 46 | 3D |
| Octal | 125 | 341 | 303 | 76 | 0 | 15 | 14 | 247 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11000011 | 111110 | 0 | 1101 | 1100 | 10100111 | 1000110 | 111101 |
Color Harmonies of #55E1C3
Complementary color
Monochromatic Colors of #55E1C3
Black with #55E1C3
Text Example
Text Example
White with #55E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1C3; }
p { color: rgb(85,225,195); }
H1.HeaderClassName
{
color: #55E1C3;
}
.AnyTagClassName
{
color: #55E1C3;
}
</style>
background-color css
<style>
a { background-color: #55E1C3; }
a { background-color: rgb(85,225,195); }
div.DivClassName
{
background-color: #55E1C3;
}
.BgClassName
{
background-color: #55E1C3;
}
</style>
border-color css
<style>
span { border-color: #55E1C3; }
span { border-color: rgb(85,225,195); }
td.TdClassName
{
border-color: #55E1C3;
}
.TagClassName
{
border-color: #55E1C3;
}
</style>