Shades of Turquoise #55F8C5
Tints of Turquoise #55F8C5
RGB
CMYK
RGB Variations
Color information
#55F8C5 (or 0x55F8C5) is known color: Turquoise. HEX triplet: 55, F8 and C5. RGB value is (85,248,197). Sum of RGB (Red+Green+Blue) = 85+248+197=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8C5 is #AA073A. Grayscale: #C1C1C1. Windows color (decimal): -11142971 or 12974165. OLE color: 12974165.
HSL color Cylindrical-coordinate representation of color #55F8C5: hue angle of 161.23º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F8C5 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 197 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.03 |
| HSL | 161.23º | 0.92% | 0.65% | - |
| HSV(B) | 161.23º | 0.66% | 0.97% | - |
| XYZ | 47.39 | 73.1 | 64.43 | - |
| YUV | 193.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 197 | 0.66 | 0 | 0.21 | 0.03 | 161.23 | 0.92 | 0.65 |
| Hex | 55 | F8 | C5 | 42 | 0 | 15 | 3 | A1 | 5C | 41 |
| Octal | 125 | 370 | 305 | 102 | 0 | 25 | 3 | 241 | 134 | 101 |
| Binary | 1010101 | 11111000 | 11000101 | 1000010 | 0 | 10101 | 11 | 10100001 | 1011100 | 1000001 |
Color Harmonies of #55F8C5
Complementary color
Monochromatic Colors of #55F8C5
Black with #55F8C5
Text Example
Text Example
White with #55F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F8C5; }
p { color: rgb(85,248,197); }
H1.HeaderClassName
{
color: #55F8C5;
}
.AnyTagClassName
{
color: #55F8C5;
}
</style>
background-color css
<style>
a { background-color: #55F8C5; }
a { background-color: rgb(85,248,197); }
div.DivClassName
{
background-color: #55F8C5;
}
.BgClassName
{
background-color: #55F8C5;
}
</style>
border-color css
<style>
span { border-color: #55F8C5; }
span { border-color: rgb(85,248,197); }
td.TdClassName
{
border-color: #55F8C5;
}
.TagClassName
{
border-color: #55F8C5;
}
</style>