Shades of Turquoise #56FBDA
Tints of Turquoise #56FBDA
RGB
CMYK
RGB Variations
Color information
#56FBDA (or 0x56FBDA) is known color: Turquoise. HEX triplet: 56, FB and DA. RGB value is (86,251,218). Sum of RGB (Red+Green+Blue) = 86+251+218=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FBDA is #A90425. Grayscale: #C5C5C5. Windows color (decimal): -11076646 or 14351190. OLE color: 14351190.
HSL color Cylindrical-coordinate representation of color #56FBDA: hue angle of 168º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FBDA is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 251 | 218 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.02 |
| HSL | 168º | 0.95% | 0.66% | - |
| HSV(B) | 168º | 0.66% | 0.98% | - |
| XYZ | 50.99 | 76.03 | 78.32 | - |
| YUV | 197.9 | 139.34 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 251 | 218 | 0.66 | 0 | 0.13 | 0.02 | 168 | 0.95 | 0.66 |
| Hex | 56 | FB | DA | 42 | 0 | D | 2 | A8 | 5F | 42 |
| Octal | 126 | 373 | 332 | 102 | 0 | 15 | 2 | 250 | 137 | 102 |
| Binary | 1010110 | 11111011 | 11011010 | 1000010 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000010 |
Color Harmonies of #56FBDA
Complementary color
Monochromatic Colors of #56FBDA
Black with #56FBDA
Text Example
Text Example
White with #56FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FBDA; }
p { color: rgb(86,251,218); }
H1.HeaderClassName
{
color: #56FBDA;
}
.AnyTagClassName
{
color: #56FBDA;
}
</style>
background-color css
<style>
a { background-color: #56FBDA; }
a { background-color: rgb(86,251,218); }
div.DivClassName
{
background-color: #56FBDA;
}
.BgClassName
{
background-color: #56FBDA;
}
</style>
border-color css
<style>
span { border-color: #56FBDA; }
span { border-color: rgb(86,251,218); }
td.TdClassName
{
border-color: #56FBDA;
}
.TagClassName
{
border-color: #56FBDA;
}
</style>