Shades of Turquoise #55FFDA
Tints of Turquoise #55FFDA
RGB
CMYK
RGB Variations
Color information
#55FFDA (or 0x55FFDA) is known color: Turquoise. HEX triplet: 55, FF and DA. RGB value is (85,255,218). Sum of RGB (Red+Green+Blue) = 85+255+218=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFDA is #AA0025. Grayscale: #C7C7C7. Windows color (decimal): -11141158 or 14352213. OLE color: 14352213.
HSL color Cylindrical-coordinate representation of color #55FFDA: hue angle of 166.94º 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 #55FFDA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 218 | - |
| CMYK | 0.67 | 0 | 0.15 | 0 |
| HSL | 166.94º | 1% | 0.67% | - |
| HSV(B) | 166.94º | 0.67% | 1% | - |
| XYZ | 52.16 | 78.51 | 78.74 | - |
| YUV | 199.95 | 138.18 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 218 | 0.67 | 0 | 0.15 | 0 | 166.94 | 1 | 0.67 |
| Hex | 55 | FF | DA | 43 | 0 | F | 0 | A7 | 64 | 43 |
| Octal | 125 | 377 | 332 | 103 | 0 | 17 | 0 | 247 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11011010 | 1000011 | 0 | 1111 | 0 | 10100111 | 1100100 | 1000011 |
Color Harmonies of #55FFDA
Complementary color
Monochromatic Colors of #55FFDA
Black with #55FFDA
Text Example
Text Example
White with #55FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFDA; }
p { color: rgb(85,255,218); }
H1.HeaderClassName
{
color: #55FFDA;
}
.AnyTagClassName
{
color: #55FFDA;
}
</style>
background-color css
<style>
a { background-color: #55FFDA; }
a { background-color: rgb(85,255,218); }
div.DivClassName
{
background-color: #55FFDA;
}
.BgClassName
{
background-color: #55FFDA;
}
</style>
border-color css
<style>
span { border-color: #55FFDA; }
span { border-color: rgb(85,255,218); }
td.TdClassName
{
border-color: #55FFDA;
}
.TagClassName
{
border-color: #55FFDA;
}
</style>