Shades of Turquoise #56F2CC
Tints of Turquoise #56F2CC
RGB
CMYK
RGB Variations
Color information
#56F2CC (or 0x56F2CC) is known color: Turquoise. HEX triplet: 56, F2 and CC. RGB value is (86,242,204). Sum of RGB (Red+Green+Blue) = 86+242+204=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F2CC is #A90D33. Grayscale: #BFBFBF. Windows color (decimal): -11078964 or 13431382. OLE color: 13431382.
HSL color Cylindrical-coordinate representation of color #56F2CC: hue angle of 165.38º 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 #56F2CC is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 204 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.05 |
| HSL | 165.38º | 0.86% | 0.64% | - |
| HSV(B) | 165.38º | 0.64% | 0.95% | - |
| XYZ | 46.49 | 69.84 | 68.16 | - |
| YUV | 191.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 204 | 0.64 | 0 | 0.16 | 0.05 | 165.38 | 0.86 | 0.64 |
| Hex | 56 | F2 | CC | 40 | 0 | 10 | 5 | A5 | 56 | 40 |
| Octal | 126 | 362 | 314 | 100 | 0 | 20 | 5 | 245 | 126 | 100 |
| Binary | 1010110 | 11110010 | 11001100 | 1000000 | 0 | 10000 | 101 | 10100101 | 1010110 | 1000000 |
Color Harmonies of #56F2CC
Complementary color
Monochromatic Colors of #56F2CC
Black with #56F2CC
Text Example
Text Example
White with #56F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2CC; }
p { color: rgb(86,242,204); }
H1.HeaderClassName
{
color: #56F2CC;
}
.AnyTagClassName
{
color: #56F2CC;
}
</style>
background-color css
<style>
a { background-color: #56F2CC; }
a { background-color: rgb(86,242,204); }
div.DivClassName
{
background-color: #56F2CC;
}
.BgClassName
{
background-color: #56F2CC;
}
</style>
border-color css
<style>
span { border-color: #56F2CC; }
span { border-color: rgb(86,242,204); }
td.TdClassName
{
border-color: #56F2CC;
}
.TagClassName
{
border-color: #56F2CC;
}
</style>