Shades of Turquoise Blue #56E2FF
Tints of Turquoise Blue #56E2FF
RGB
CMYK
RGB Variations
Color information
#56E2FF (or 0x56E2FF) is known color: Turquoise Blue. HEX triplet: 56, E2 and FF. RGB value is (86,226,255). Sum of RGB (Red+Green+Blue) = 86+226+255=567 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.17% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #56E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E2FF is #A91D00. Grayscale: #BBBBBB. Windows color (decimal): -11083009 or 16769622. OLE color: 16769622.
HSL color Cylindrical-coordinate representation of color #56E2FF: hue angle of 190.3º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56E2FF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 226 | 255 | - |
| CMYK | 0.66 | 0.11 | 0 | 0 |
| HSL | 190.3º | 1% | 0.67% | - |
| HSV(B) | 190.3º | 0.66% | 1% | - |
| XYZ | 49.08 | 63.59 | 104.3 | - |
| YUV | 187.45 | 166.12 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 226 | 255 | 0.66 | 0.11 | 0 | 0 | 190.3 | 1 | 0.67 |
| Hex | 56 | E2 | FF | 42 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 126 | 342 | 377 | 102 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1010110 | 11100010 | 11111111 | 1000010 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #56E2FF
Complementary color
Monochromatic Colors of #56E2FF
Black with #56E2FF
Text Example
Text Example
White with #56E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E2FF; }
p { color: rgb(86,226,255); }
H1.HeaderClassName
{
color: #56E2FF;
}
.AnyTagClassName
{
color: #56E2FF;
}
</style>
background-color css
<style>
a { background-color: #56E2FF; }
a { background-color: rgb(86,226,255); }
div.DivClassName
{
background-color: #56E2FF;
}
.BgClassName
{
background-color: #56E2FF;
}
</style>
border-color css
<style>
span { border-color: #56E2FF; }
span { border-color: rgb(86,226,255); }
td.TdClassName
{
border-color: #56E2FF;
}
.TagClassName
{
border-color: #56E2FF;
}
</style>