Shades of Turquoise #56F2CA
Tints of Turquoise #56F2CA
RGB
CMYK
RGB Variations
Color information
#56F2CA (or 0x56F2CA) is known color: Turquoise. HEX triplet: 56, F2 and CA. RGB value is (86,242,202). Sum of RGB (Red+Green+Blue) = 86+242+202=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F2CA is #A90D35. Grayscale: #BEBEBE. Windows color (decimal): -11078966 or 13300310. OLE color: 13300310.
HSL color Cylindrical-coordinate representation of color #56F2CA: hue angle of 164.62º 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 #56F2CA is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 202 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.05 |
| HSL | 164.62º | 0.86% | 0.64% | - |
| HSV(B) | 164.62º | 0.64% | 0.95% | - |
| XYZ | 46.25 | 69.75 | 66.9 | - |
| YUV | 190.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 202 | 0.64 | 0 | 0.17 | 0.05 | 164.62 | 0.86 | 0.64 |
| Hex | 56 | F2 | CA | 40 | 0 | 11 | 5 | A5 | 56 | 40 |
| Octal | 126 | 362 | 312 | 100 | 0 | 21 | 5 | 245 | 126 | 100 |
| Binary | 1010110 | 11110010 | 11001010 | 1000000 | 0 | 10001 | 101 | 10100101 | 1010110 | 1000000 |
Color Harmonies of #56F2CA
Complementary color
Monochromatic Colors of #56F2CA
Black with #56F2CA
Text Example
Text Example
White with #56F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2CA; }
p { color: rgb(86,242,202); }
H1.HeaderClassName
{
color: #56F2CA;
}
.AnyTagClassName
{
color: #56F2CA;
}
</style>
background-color css
<style>
a { background-color: #56F2CA; }
a { background-color: rgb(86,242,202); }
div.DivClassName
{
background-color: #56F2CA;
}
.BgClassName
{
background-color: #56F2CA;
}
</style>
border-color css
<style>
span { border-color: #56F2CA; }
span { border-color: rgb(86,242,202); }
td.TdClassName
{
border-color: #56F2CA;
}
.TagClassName
{
border-color: #56F2CA;
}
</style>