Shades of Turquoise #56F1DA
Tints of Turquoise #56F1DA
RGB
CMYK
RGB Variations
Color information
#56F1DA (or 0x56F1DA) is known color: Turquoise. HEX triplet: 56, F1 and DA. RGB value is (86,241,218). Sum of RGB (Red+Green+Blue) = 86+241+218=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #56F1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F1DA is #A90E25. Grayscale: #BFBFBF. Windows color (decimal): -11079206 or 14348630. OLE color: 14348630.
HSL color Cylindrical-coordinate representation of color #56F1DA: hue angle of 171.1º 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 #56F1DA is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 218 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.05 |
| HSL | 171.1º | 0.85% | 0.64% | - |
| HSV(B) | 171.1º | 0.64% | 0.95% | - |
| XYZ | 47.95 | 69.95 | 77.3 | - |
| YUV | 192.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 218 | 0.64 | 0 | 0.10 | 0.05 | 171.1 | 0.85 | 0.64 |
| Hex | 56 | F1 | DA | 40 | 0 | A | 5 | AB | 55 | 40 |
| Octal | 126 | 361 | 332 | 100 | 0 | 12 | 5 | 253 | 125 | 100 |
| Binary | 1010110 | 11110001 | 11011010 | 1000000 | 0 | 1010 | 101 | 10101011 | 1010101 | 1000000 |
Color Harmonies of #56F1DA
Complementary color
Monochromatic Colors of #56F1DA
Black with #56F1DA
Text Example
Text Example
White with #56F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F1DA; }
p { color: rgb(86,241,218); }
H1.HeaderClassName
{
color: #56F1DA;
}
.AnyTagClassName
{
color: #56F1DA;
}
</style>
background-color css
<style>
a { background-color: #56F1DA; }
a { background-color: rgb(86,241,218); }
div.DivClassName
{
background-color: #56F1DA;
}
.BgClassName
{
background-color: #56F1DA;
}
</style>
border-color css
<style>
span { border-color: #56F1DA; }
span { border-color: rgb(86,241,218); }
td.TdClassName
{
border-color: #56F1DA;
}
.TagClassName
{
border-color: #56F1DA;
}
</style>