Shades of Turquoise #55F7C2
Tints of Turquoise #55F7C2
RGB
CMYK
RGB Variations
Color information
#55F7C2 (or 0x55F7C2) is known color: Turquoise. HEX triplet: 55, F7 and C2. RGB value is (85,247,194). Sum of RGB (Red+Green+Blue) = 85+247+194=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7C2 is #AA083D. Grayscale: #C0C0C0. Windows color (decimal): -11143230 or 12777301. OLE color: 12777301.
HSL color Cylindrical-coordinate representation of color #55F7C2: hue angle of 160.37º degrees, saturation: 0.91, 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 #55F7C2 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 194 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.03 |
| HSL | 160.37º | 0.91% | 0.65% | - |
| HSV(B) | 160.37º | 0.66% | 0.97% | - |
| XYZ | 46.74 | 72.35 | 62.54 | - |
| YUV | 192.52 | 128.83 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 194 | 0.66 | 0 | 0.21 | 0.03 | 160.37 | 0.91 | 0.65 |
| Hex | 55 | F7 | C2 | 42 | 0 | 15 | 3 | A0 | 5B | 41 |
| Octal | 125 | 367 | 302 | 102 | 0 | 25 | 3 | 240 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11000010 | 1000010 | 0 | 10101 | 11 | 10100000 | 1011011 | 1000001 |
Color Harmonies of #55F7C2
Complementary color
Monochromatic Colors of #55F7C2
Black with #55F7C2
Text Example
Text Example
White with #55F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7C2; }
p { color: rgb(85,247,194); }
H1.HeaderClassName
{
color: #55F7C2;
}
.AnyTagClassName
{
color: #55F7C2;
}
</style>
background-color css
<style>
a { background-color: #55F7C2; }
a { background-color: rgb(85,247,194); }
div.DivClassName
{
background-color: #55F7C2;
}
.BgClassName
{
background-color: #55F7C2;
}
</style>
border-color css
<style>
span { border-color: #55F7C2; }
span { border-color: rgb(85,247,194); }
td.TdClassName
{
border-color: #55F7C2;
}
.TagClassName
{
border-color: #55F7C2;
}
</style>