Shades of Turquoise #56F2CB
Tints of Turquoise #56F2CB
RGB
CMYK
RGB Variations
Color information
#56F2CB (or 0x56F2CB) is known color: Turquoise. HEX triplet: 56, F2 and CB. RGB value is (86,242,203). Sum of RGB (Red+Green+Blue) = 86+242+203=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F2CB is #A90D34. Grayscale: #BEBEBE. Windows color (decimal): -11078965 or 13365846. OLE color: 13365846.
HSL color Cylindrical-coordinate representation of color #56F2CB: hue angle of 165º degrees, saturation: 0.86, 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 #56F2CB is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 203 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.05 |
| HSL | 165º | 0.86% | 0.64% | - |
| HSV(B) | 165º | 0.64% | 0.95% | - |
| XYZ | 46.37 | 69.79 | 67.53 | - |
| YUV | 190.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 203 | 0.64 | 0 | 0.16 | 0.05 | 165 | 0.86 | 0.64 |
| Hex | 56 | F2 | CB | 40 | 0 | 10 | 5 | A5 | 56 | 40 |
| Octal | 126 | 362 | 313 | 100 | 0 | 20 | 5 | 245 | 126 | 100 |
| Binary | 1010110 | 11110010 | 11001011 | 1000000 | 0 | 10000 | 101 | 10100101 | 1010110 | 1000000 |
Color Harmonies of #56F2CB
Complementary color
Monochromatic Colors of #56F2CB
Black with #56F2CB
Text Example
Text Example
White with #56F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2CB; }
p { color: rgb(86,242,203); }
H1.HeaderClassName
{
color: #56F2CB;
}
.AnyTagClassName
{
color: #56F2CB;
}
</style>
background-color css
<style>
a { background-color: #56F2CB; }
a { background-color: rgb(86,242,203); }
div.DivClassName
{
background-color: #56F2CB;
}
.BgClassName
{
background-color: #56F2CB;
}
</style>
border-color css
<style>
span { border-color: #56F2CB; }
span { border-color: rgb(86,242,203); }
td.TdClassName
{
border-color: #56F2CB;
}
.TagClassName
{
border-color: #56F2CB;
}
</style>