Shades of Turquoise #55F1DF
Tints of Turquoise #55F1DF
RGB
CMYK
RGB Variations
Color information
#55F1DF (or 0x55F1DF) is known color: Turquoise. HEX triplet: 55, F1 and DF. RGB value is (85,241,223). Sum of RGB (Red+Green+Blue) = 85+241+223=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1DF is #AA0E20. Grayscale: #C0C0C0. Windows color (decimal): -11144737 or 14676309. OLE color: 14676309.
HSL color Cylindrical-coordinate representation of color #55F1DF: hue angle of 173.08º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1DF is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 223 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.05 |
| HSL | 173.08º | 0.85% | 0.64% | - |
| HSV(B) | 173.08º | 0.65% | 0.95% | - |
| XYZ | 48.52 | 70.17 | 80.8 | - |
| YUV | 192.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 223 | 0.65 | 0 | 0.07 | 0.05 | 173.08 | 0.85 | 0.64 |
| Hex | 55 | F1 | DF | 41 | 0 | 7 | 5 | AD | 55 | 40 |
| Octal | 125 | 361 | 337 | 101 | 0 | 7 | 5 | 255 | 125 | 100 |
| Binary | 1010101 | 11110001 | 11011111 | 1000001 | 0 | 111 | 101 | 10101101 | 1010101 | 1000000 |
Color Harmonies of #55F1DF
Complementary color
Monochromatic Colors of #55F1DF
Black with #55F1DF
Text Example
Text Example
White with #55F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F1DF; }
p { color: rgb(85,241,223); }
H1.HeaderClassName
{
color: #55F1DF;
}
.AnyTagClassName
{
color: #55F1DF;
}
</style>
background-color css
<style>
a { background-color: #55F1DF; }
a { background-color: rgb(85,241,223); }
div.DivClassName
{
background-color: #55F1DF;
}
.BgClassName
{
background-color: #55F1DF;
}
</style>
border-color css
<style>
span { border-color: #55F1DF; }
span { border-color: rgb(85,241,223); }
td.TdClassName
{
border-color: #55F1DF;
}
.TagClassName
{
border-color: #55F1DF;
}
</style>