Shades of Turquoise #55F4DF
Tints of Turquoise #55F4DF
RGB
CMYK
RGB Variations
Color information
#55F4DF (or 0x55F4DF) is known color: Turquoise. HEX triplet: 55, F4 and DF. RGB value is (85,244,223). Sum of RGB (Red+Green+Blue) = 85+244+223=552 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.40% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F4DF is #AA0B20. Grayscale: #C1C1C1. Windows color (decimal): -11143969 or 14677077. OLE color: 14677077.
HSL color Cylindrical-coordinate representation of color #55F4DF: hue angle of 172.08º degrees, saturation: 0.88, 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 #55F4DF is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 223 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.04 |
| HSL | 172.08º | 0.88% | 0.65% | - |
| HSV(B) | 172.08º | 0.65% | 0.96% | - |
| XYZ | 49.42 | 71.96 | 81.1 | - |
| YUV | 194.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 223 | 0.65 | 0 | 0.09 | 0.04 | 172.08 | 0.88 | 0.65 |
| Hex | 55 | F4 | DF | 41 | 0 | 9 | 4 | AC | 58 | 41 |
| Octal | 125 | 364 | 337 | 101 | 0 | 11 | 4 | 254 | 130 | 101 |
| Binary | 1010101 | 11110100 | 11011111 | 1000001 | 0 | 1001 | 100 | 10101100 | 1011000 | 1000001 |
Color Harmonies of #55F4DF
Complementary color
Monochromatic Colors of #55F4DF
Black with #55F4DF
Text Example
Text Example
White with #55F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F4DF; }
p { color: rgb(85,244,223); }
H1.HeaderClassName
{
color: #55F4DF;
}
.AnyTagClassName
{
color: #55F4DF;
}
</style>
background-color css
<style>
a { background-color: #55F4DF; }
a { background-color: rgb(85,244,223); }
div.DivClassName
{
background-color: #55F4DF;
}
.BgClassName
{
background-color: #55F4DF;
}
</style>
border-color css
<style>
span { border-color: #55F4DF; }
span { border-color: rgb(85,244,223); }
td.TdClassName
{
border-color: #55F4DF;
}
.TagClassName
{
border-color: #55F4DF;
}
</style>