Shades of Turquoise #55F8C2
Tints of Turquoise #55F8C2
RGB
CMYK
RGB Variations
Color information
#55F8C2 (or 0x55F8C2) is known color: Turquoise. HEX triplet: 55, F8 and C2. RGB value is (85,248,194). Sum of RGB (Red+Green+Blue) = 85+248+194=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8C2 is #AA073D. Grayscale: #C1C1C1. Windows color (decimal): -11142974 or 12777557. OLE color: 12777557.
HSL color Cylindrical-coordinate representation of color #55F8C2: hue angle of 160.12º 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 #55F8C2 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 194 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.03 |
| HSL | 160.12º | 0.92% | 0.65% | - |
| HSV(B) | 160.12º | 0.66% | 0.97% | - |
| XYZ | 47.05 | 72.96 | 62.64 | - |
| YUV | 193.11 | 128.5 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 194 | 0.66 | 0 | 0.22 | 0.03 | 160.12 | 0.92 | 0.65 |
| Hex | 55 | F8 | C2 | 42 | 0 | 16 | 3 | A0 | 5C | 41 |
| Octal | 125 | 370 | 302 | 102 | 0 | 26 | 3 | 240 | 134 | 101 |
| Binary | 1010101 | 11111000 | 11000010 | 1000010 | 0 | 10110 | 11 | 10100000 | 1011100 | 1000001 |
Color Harmonies of #55F8C2
Complementary color
Monochromatic Colors of #55F8C2
Black with #55F8C2
Text Example
Text Example
White with #55F8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F8C2; }
p { color: rgb(85,248,194); }
H1.HeaderClassName
{
color: #55F8C2;
}
.AnyTagClassName
{
color: #55F8C2;
}
</style>
background-color css
<style>
a { background-color: #55F8C2; }
a { background-color: rgb(85,248,194); }
div.DivClassName
{
background-color: #55F8C2;
}
.BgClassName
{
background-color: #55F8C2;
}
</style>
border-color css
<style>
span { border-color: #55F8C2; }
span { border-color: rgb(85,248,194); }
td.TdClassName
{
border-color: #55F8C2;
}
.TagClassName
{
border-color: #55F8C2;
}
</style>