Shades of Turquoise #55FFDF
Tints of Turquoise #55FFDF
RGB
CMYK
RGB Variations
Color information
#55FFDF (or 0x55FFDF) is known color: Turquoise. HEX triplet: 55, FF and DF. RGB value is (85,255,223). Sum of RGB (Red+Green+Blue) = 85+255+223=563 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.10% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFDF is #AA0020. Grayscale: #C8C8C8. Windows color (decimal): -11141153 or 14679893. OLE color: 14679893.
HSL color Cylindrical-coordinate representation of color #55FFDF: hue angle of 168.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFDF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 223 | - |
| CMYK | 0.67 | 0 | 0.13 | 0 |
| HSL | 168.71º | 1% | 0.67% | - |
| HSV(B) | 168.71º | 0.67% | 1% | - |
| XYZ | 52.83 | 78.78 | 82.23 | - |
| YUV | 200.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 223 | 0.67 | 0 | 0.13 | 0 | 168.71 | 1 | 0.67 |
| Hex | 55 | FF | DF | 43 | 0 | D | 0 | A9 | 64 | 43 |
| Octal | 125 | 377 | 337 | 103 | 0 | 15 | 0 | 251 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11011111 | 1000011 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000011 |
Color Harmonies of #55FFDF
Complementary color
Monochromatic Colors of #55FFDF
Black with #55FFDF
Text Example
Text Example
White with #55FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFDF; }
p { color: rgb(85,255,223); }
H1.HeaderClassName
{
color: #55FFDF;
}
.AnyTagClassName
{
color: #55FFDF;
}
</style>
background-color css
<style>
a { background-color: #55FFDF; }
a { background-color: rgb(85,255,223); }
div.DivClassName
{
background-color: #55FFDF;
}
.BgClassName
{
background-color: #55FFDF;
}
</style>
border-color css
<style>
span { border-color: #55FFDF; }
span { border-color: rgb(85,255,223); }
td.TdClassName
{
border-color: #55FFDF;
}
.TagClassName
{
border-color: #55FFDF;
}
</style>