Shades of Turquoise #56EEC3
Tints of Turquoise #56EEC3
RGB
CMYK
RGB Variations
Color information
#56EEC3 (or 0x56EEC3) is known color: Turquoise. HEX triplet: 56, EE and C3. RGB value is (86,238,195). Sum of RGB (Red+Green+Blue) = 86+238+195=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEC3 is #A9113C. Grayscale: #BBBBBB. Windows color (decimal): -11079997 or 12840534. OLE color: 12840534.
HSL color Cylindrical-coordinate representation of color #56EEC3: hue angle of 163.03º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEC3 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 195 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.07 |
| HSL | 163.03º | 0.82% | 0.64% | - |
| HSV(B) | 163.03º | 0.64% | 0.93% | - |
| XYZ | 44.26 | 67.07 | 62.24 | - |
| YUV | 187.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 195 | 0.64 | 0 | 0.18 | 0.07 | 163.03 | 0.82 | 0.64 |
| Hex | 56 | EE | C3 | 40 | 0 | 12 | 7 | A3 | 52 | 40 |
| Octal | 126 | 356 | 303 | 100 | 0 | 22 | 7 | 243 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11000011 | 1000000 | 0 | 10010 | 111 | 10100011 | 1010010 | 1000000 |
Color Harmonies of #56EEC3
Complementary color
Monochromatic Colors of #56EEC3
Black with #56EEC3
Text Example
Text Example
White with #56EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEC3; }
p { color: rgb(86,238,195); }
H1.HeaderClassName
{
color: #56EEC3;
}
.AnyTagClassName
{
color: #56EEC3;
}
</style>
background-color css
<style>
a { background-color: #56EEC3; }
a { background-color: rgb(86,238,195); }
div.DivClassName
{
background-color: #56EEC3;
}
.BgClassName
{
background-color: #56EEC3;
}
</style>
border-color css
<style>
span { border-color: #56EEC3; }
span { border-color: rgb(86,238,195); }
td.TdClassName
{
border-color: #56EEC3;
}
.TagClassName
{
border-color: #56EEC3;
}
</style>