Shades of Turquoise #55F6DF
Tints of Turquoise #55F6DF
RGB
CMYK
RGB Variations
Color information
#55F6DF (or 0x55F6DF) is known color: Turquoise. HEX triplet: 55, F6 and DF. RGB value is (85,246,223). Sum of RGB (Red+Green+Blue) = 85+246+223=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F6DF is #AA0920. Grayscale: #C3C3C3. Windows color (decimal): -11143457 or 14677589. OLE color: 14677589.
HSL color Cylindrical-coordinate representation of color #55F6DF: hue angle of 171.43º degrees, saturation: 0.9, 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 #55F6DF is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 223 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.04 |
| HSL | 171.43º | 0.9% | 0.65% | - |
| HSV(B) | 171.43º | 0.65% | 0.96% | - |
| XYZ | 50.02 | 73.17 | 81.3 | - |
| YUV | 195.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 223 | 0.65 | 0 | 0.09 | 0.04 | 171.43 | 0.9 | 0.65 |
| Hex | 55 | F6 | DF | 41 | 0 | 9 | 4 | AB | 5A | 41 |
| Octal | 125 | 366 | 337 | 101 | 0 | 11 | 4 | 253 | 132 | 101 |
| Binary | 1010101 | 11110110 | 11011111 | 1000001 | 0 | 1001 | 100 | 10101011 | 1011010 | 1000001 |
Color Harmonies of #55F6DF
Complementary color
Monochromatic Colors of #55F6DF
Black with #55F6DF
Text Example
Text Example
White with #55F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F6DF; }
p { color: rgb(85,246,223); }
H1.HeaderClassName
{
color: #55F6DF;
}
.AnyTagClassName
{
color: #55F6DF;
}
</style>
background-color css
<style>
a { background-color: #55F6DF; }
a { background-color: rgb(85,246,223); }
div.DivClassName
{
background-color: #55F6DF;
}
.BgClassName
{
background-color: #55F6DF;
}
</style>
border-color css
<style>
span { border-color: #55F6DF; }
span { border-color: rgb(85,246,223); }
td.TdClassName
{
border-color: #55F6DF;
}
.TagClassName
{
border-color: #55F6DF;
}
</style>