Shades of Turquoise #56F8BB
Tints of Turquoise #56F8BB
RGB
CMYK
RGB Variations
Color information
#56F8BB (or 0x56F8BB) is known color: Turquoise. HEX triplet: 56, F8 and BB. RGB value is (86,248,187). Sum of RGB (Red+Green+Blue) = 86+248+187=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #56F8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F8BB is #A90744. Grayscale: #C0C0C0. Windows color (decimal): -11077445 or 12318806. OLE color: 12318806.
HSL color Cylindrical-coordinate representation of color #56F8BB: hue angle of 157.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F8BB is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 248 | 187 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.03 |
| HSL | 157.41º | 0.92% | 0.65% | - |
| HSV(B) | 157.41º | 0.65% | 0.97% | - |
| XYZ | 46.37 | 72.7 | 58.6 | - |
| YUV | 192.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 248 | 187 | 0.65 | 0 | 0.25 | 0.03 | 157.41 | 0.92 | 0.65 |
| Hex | 56 | F8 | BB | 41 | 0 | 19 | 3 | 9D | 5C | 41 |
| Octal | 126 | 370 | 273 | 101 | 0 | 31 | 3 | 235 | 134 | 101 |
| Binary | 1010110 | 11111000 | 10111011 | 1000001 | 0 | 11001 | 11 | 10011101 | 1011100 | 1000001 |
Color Harmonies of #56F8BB
Complementary color
Monochromatic Colors of #56F8BB
Black with #56F8BB
Text Example
Text Example
White with #56F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F8BB; }
p { color: rgb(86,248,187); }
H1.HeaderClassName
{
color: #56F8BB;
}
.AnyTagClassName
{
color: #56F8BB;
}
</style>
background-color css
<style>
a { background-color: #56F8BB; }
a { background-color: rgb(86,248,187); }
div.DivClassName
{
background-color: #56F8BB;
}
.BgClassName
{
background-color: #56F8BB;
}
</style>
border-color css
<style>
span { border-color: #56F8BB; }
span { border-color: rgb(86,248,187); }
td.TdClassName
{
border-color: #56F8BB;
}
.TagClassName
{
border-color: #56F8BB;
}
</style>