Shades of Turquoise #56EEE4
Tints of Turquoise #56EEE4
RGB
CMYK
RGB Variations
Color information
#56EEE4 (or 0x56EEE4) is known color: Turquoise. HEX triplet: 56, EE and E4. RGB value is (86,238,228). Sum of RGB (Red+Green+Blue) = 86+238+228=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEE4 is #A9111B. Grayscale: #BFBFBF. Windows color (decimal): -11079964 or 15003222. OLE color: 15003222.
HSL color Cylindrical-coordinate representation of color #56EEE4: hue angle of 176.05º 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 #56EEE4 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 228 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.07 |
| HSL | 176.05º | 0.82% | 0.64% | - |
| HSV(B) | 176.05º | 0.64% | 0.93% | - |
| XYZ | 48.42 | 68.73 | 84.11 | - |
| YUV | 191.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 228 | 0.64 | 0 | 0.04 | 0.07 | 176.05 | 0.82 | 0.64 |
| Hex | 56 | EE | E4 | 40 | 0 | 4 | 7 | B0 | 52 | 40 |
| Octal | 126 | 356 | 344 | 100 | 0 | 4 | 7 | 260 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11100100 | 1000000 | 0 | 100 | 111 | 10110000 | 1010010 | 1000000 |
Color Harmonies of #56EEE4
Complementary color
Monochromatic Colors of #56EEE4
Black with #56EEE4
Text Example
Text Example
White with #56EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEE4; }
p { color: rgb(86,238,228); }
H1.HeaderClassName
{
color: #56EEE4;
}
.AnyTagClassName
{
color: #56EEE4;
}
</style>
background-color css
<style>
a { background-color: #56EEE4; }
a { background-color: rgb(86,238,228); }
div.DivClassName
{
background-color: #56EEE4;
}
.BgClassName
{
background-color: #56EEE4;
}
</style>
border-color css
<style>
span { border-color: #56EEE4; }
span { border-color: rgb(86,238,228); }
td.TdClassName
{
border-color: #56EEE4;
}
.TagClassName
{
border-color: #56EEE4;
}
</style>