Shades of Turquoise #56F1D8
Tints of Turquoise #56F1D8
RGB
CMYK
RGB Variations
Color information
#56F1D8 (or 0x56F1D8) is known color: Turquoise. HEX triplet: 56, F1 and D8. RGB value is (86,241,216). Sum of RGB (Red+Green+Blue) = 86+241+216=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #56F1D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F1D8 is #A90E27. Grayscale: #BFBFBF. Windows color (decimal): -11079208 or 14217558. OLE color: 14217558.
HSL color Cylindrical-coordinate representation of color #56F1D8: hue angle of 170.32º 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 #56F1D8 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 216 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.05 |
| HSL | 170.32º | 0.85% | 0.64% | - |
| HSV(B) | 170.32º | 0.64% | 0.95% | - |
| XYZ | 47.69 | 69.85 | 75.93 | - |
| YUV | 191.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 216 | 0.64 | 0 | 0.10 | 0.05 | 170.32 | 0.85 | 0.64 |
| Hex | 56 | F1 | D8 | 40 | 0 | A | 5 | AA | 55 | 40 |
| Octal | 126 | 361 | 330 | 100 | 0 | 12 | 5 | 252 | 125 | 100 |
| Binary | 1010110 | 11110001 | 11011000 | 1000000 | 0 | 1010 | 101 | 10101010 | 1010101 | 1000000 |
Color Harmonies of #56F1D8
Complementary color
Monochromatic Colors of #56F1D8
Black with #56F1D8
Text Example
Text Example
White with #56F1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F1D8; }
p { color: rgb(86,241,216); }
H1.HeaderClassName
{
color: #56F1D8;
}
.AnyTagClassName
{
color: #56F1D8;
}
</style>
background-color css
<style>
a { background-color: #56F1D8; }
a { background-color: rgb(86,241,216); }
div.DivClassName
{
background-color: #56F1D8;
}
.BgClassName
{
background-color: #56F1D8;
}
</style>
border-color css
<style>
span { border-color: #56F1D8; }
span { border-color: rgb(86,241,216); }
td.TdClassName
{
border-color: #56F1D8;
}
.TagClassName
{
border-color: #56F1D8;
}
</style>