Shades of Turquoise Blue #56E0EE
Tints of Turquoise Blue #56E0EE
RGB
CMYK
RGB Variations
Color information
#56E0EE (or 0x56E0EE) is known color: Turquoise Blue. HEX triplet: 56, E0 and EE. RGB value is (86,224,238). Sum of RGB (Red+Green+Blue) = 86+224+238=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #56E0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E0EE is #A91F11. Grayscale: #B8B8B8. Windows color (decimal): -11083538 or 15654998. OLE color: 15654998.
HSL color Cylindrical-coordinate representation of color #56E0EE: hue angle of 185.53º 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 #56E0EE is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 224 | 238 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.07 |
| HSL | 185.53º | 0.82% | 0.64% | - |
| HSV(B) | 185.53º | 0.64% | 0.93% | - |
| XYZ | 45.93 | 61.46 | 90.33 | - |
| YUV | 184.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 238 | 0.64 | 0.06 | 0 | 0.07 | 185.53 | 0.82 | 0.64 |
| Hex | 56 | E0 | EE | 40 | 6 | 0 | 7 | BA | 52 | 40 |
| Octal | 126 | 340 | 356 | 100 | 6 | 0 | 7 | 272 | 122 | 100 |
| Binary | 1010110 | 11100000 | 11101110 | 1000000 | 110 | 0 | 111 | 10111010 | 1010010 | 1000000 |
Color Harmonies of #56E0EE
Complementary color
Monochromatic Colors of #56E0EE
Black with #56E0EE
Text Example
Text Example
White with #56E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E0EE; }
p { color: rgb(86,224,238); }
H1.HeaderClassName
{
color: #56E0EE;
}
.AnyTagClassName
{
color: #56E0EE;
}
</style>
background-color css
<style>
a { background-color: #56E0EE; }
a { background-color: rgb(86,224,238); }
div.DivClassName
{
background-color: #56E0EE;
}
.BgClassName
{
background-color: #56E0EE;
}
</style>
border-color css
<style>
span { border-color: #56E0EE; }
span { border-color: rgb(86,224,238); }
td.TdClassName
{
border-color: #56E0EE;
}
.TagClassName
{
border-color: #56E0EE;
}
</style>