Shades of Turquoise #55F9C0
Tints of Turquoise #55F9C0
RGB
CMYK
RGB Variations
Color information
#55F9C0 (or 0x55F9C0) is known color: Turquoise. HEX triplet: 55, F9 and C0. RGB value is (85,249,192). Sum of RGB (Red+Green+Blue) = 85+249+192=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F9C0 is #AA063F. Grayscale: #C1C1C1. Windows color (decimal): -11142720 or 12646741. OLE color: 12646741.
HSL color Cylindrical-coordinate representation of color #55F9C0: hue angle of 159.15º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F9C0 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 192 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.02 |
| HSL | 159.15º | 0.93% | 0.65% | - |
| HSV(B) | 159.15º | 0.66% | 0.98% | - |
| XYZ | 47.14 | 73.49 | 61.57 | - |
| YUV | 193.47 | 127.17 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 192 | 0.66 | 0 | 0.23 | 0.02 | 159.15 | 0.93 | 0.65 |
| Hex | 55 | F9 | C0 | 42 | 0 | 17 | 2 | 9F | 5D | 41 |
| Octal | 125 | 371 | 300 | 102 | 0 | 27 | 2 | 237 | 135 | 101 |
| Binary | 1010101 | 11111001 | 11000000 | 1000010 | 0 | 10111 | 10 | 10011111 | 1011101 | 1000001 |
Color Harmonies of #55F9C0
Complementary color
Monochromatic Colors of #55F9C0
Black with #55F9C0
Text Example
Text Example
White with #55F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9C0; }
p { color: rgb(85,249,192); }
H1.HeaderClassName
{
color: #55F9C0;
}
.AnyTagClassName
{
color: #55F9C0;
}
</style>
background-color css
<style>
a { background-color: #55F9C0; }
a { background-color: rgb(85,249,192); }
div.DivClassName
{
background-color: #55F9C0;
}
.BgClassName
{
background-color: #55F9C0;
}
</style>
border-color css
<style>
span { border-color: #55F9C0; }
span { border-color: rgb(85,249,192); }
td.TdClassName
{
border-color: #55F9C0;
}
.TagClassName
{
border-color: #55F9C0;
}
</style>