Shades of Turquoise #56EFC4
Tints of Turquoise #56EFC4
RGB
CMYK
RGB Variations
Color information
#56EFC4 (or 0x56EFC4) is known color: Turquoise. HEX triplet: 56, EF and C4. RGB value is (86,239,196). Sum of RGB (Red+Green+Blue) = 86+239+196=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFC4 is #A9103B. Grayscale: #BCBCBC. Windows color (decimal): -11079740 or 12906326. OLE color: 12906326.
HSL color Cylindrical-coordinate representation of color #56EFC4: hue angle of 163.14º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFC4 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 196 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.06 |
| HSL | 163.14º | 0.83% | 0.64% | - |
| HSV(B) | 163.14º | 0.64% | 0.94% | - |
| XYZ | 44.67 | 67.7 | 62.94 | - |
| YUV | 188.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 196 | 0.64 | 0 | 0.18 | 0.06 | 163.14 | 0.83 | 0.64 |
| Hex | 56 | EF | C4 | 40 | 0 | 12 | 6 | A3 | 53 | 40 |
| Octal | 126 | 357 | 304 | 100 | 0 | 22 | 6 | 243 | 123 | 100 |
| Binary | 1010110 | 11101111 | 11000100 | 1000000 | 0 | 10010 | 110 | 10100011 | 1010011 | 1000000 |
Color Harmonies of #56EFC4
Complementary color
Monochromatic Colors of #56EFC4
Black with #56EFC4
Text Example
Text Example
White with #56EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFC4; }
p { color: rgb(86,239,196); }
H1.HeaderClassName
{
color: #56EFC4;
}
.AnyTagClassName
{
color: #56EFC4;
}
</style>
background-color css
<style>
a { background-color: #56EFC4; }
a { background-color: rgb(86,239,196); }
div.DivClassName
{
background-color: #56EFC4;
}
.BgClassName
{
background-color: #56EFC4;
}
</style>
border-color css
<style>
span { border-color: #56EFC4; }
span { border-color: rgb(86,239,196); }
td.TdClassName
{
border-color: #56EFC4;
}
.TagClassName
{
border-color: #56EFC4;
}
</style>