Shades of Turquoise #55F5D0
Tints of Turquoise #55F5D0
RGB
CMYK
RGB Variations
Color information
#55F5D0 (or 0x55F5D0) is known color: Turquoise. HEX triplet: 55, F5 and D0. RGB value is (85,245,208). Sum of RGB (Red+Green+Blue) = 85+245+208=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #55F5D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F5D0 is #AA0A2F. Grayscale: #C0C0C0. Windows color (decimal): -11143728 or 13694293. OLE color: 13694293.
HSL color Cylindrical-coordinate representation of color #55F5D0: hue angle of 166.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F5D0 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 245 | 208 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.04 |
| HSL | 166.13º | 0.89% | 0.65% | - |
| HSV(B) | 166.13º | 0.65% | 0.96% | - |
| XYZ | 47.78 | 71.79 | 71.01 | - |
| YUV | 192.94 | 136.49 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 245 | 208 | 0.65 | 0 | 0.15 | 0.04 | 166.13 | 0.89 | 0.65 |
| Hex | 55 | F5 | D0 | 41 | 0 | F | 4 | A6 | 59 | 41 |
| Octal | 125 | 365 | 320 | 101 | 0 | 17 | 4 | 246 | 131 | 101 |
| Binary | 1010101 | 11110101 | 11010000 | 1000001 | 0 | 1111 | 100 | 10100110 | 1011001 | 1000001 |
Color Harmonies of #55F5D0
Complementary color
Monochromatic Colors of #55F5D0
Black with #55F5D0
Text Example
Text Example
White with #55F5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F5D0; }
p { color: rgb(85,245,208); }
H1.HeaderClassName
{
color: #55F5D0;
}
.AnyTagClassName
{
color: #55F5D0;
}
</style>
background-color css
<style>
a { background-color: #55F5D0; }
a { background-color: rgb(85,245,208); }
div.DivClassName
{
background-color: #55F5D0;
}
.BgClassName
{
background-color: #55F5D0;
}
</style>
border-color css
<style>
span { border-color: #55F5D0; }
span { border-color: rgb(85,245,208); }
td.TdClassName
{
border-color: #55F5D0;
}
.TagClassName
{
border-color: #55F5D0;
}
</style>