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