Shades of Turquoise Blue #56EEF1
Tints of Turquoise Blue #56EEF1
RGB
CMYK
RGB Variations
Color information
#56EEF1 (or 0x56EEF1) is known color: Turquoise Blue. HEX triplet: 56, EE and F1. RGB value is (86,238,241). Sum of RGB (Red+Green+Blue) = 86+238+241=565 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.22% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #56EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEF1 is #A9110E. Grayscale: #C0C0C0. Windows color (decimal): -11079951 or 15855190. OLE color: 15855190.
HSL color Cylindrical-coordinate representation of color #56EEF1: hue angle of 181.16º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEF1 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 238 | 241 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.05 |
| HSL | 181.16º | 0.85% | 0.64% | - |
| HSV(B) | 181.16º | 0.64% | 0.95% | - |
| XYZ | 50.29 | 69.48 | 93.98 | - |
| YUV | 192.89 | 155.14 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 241 | 0.64 | 0.01 | 0 | 0.05 | 181.16 | 0.85 | 0.64 |
| Hex | 56 | EE | F1 | 40 | 1 | 0 | 5 | B5 | 55 | 40 |
| Octal | 126 | 356 | 361 | 100 | 1 | 0 | 5 | 265 | 125 | 100 |
| Binary | 1010110 | 11101110 | 11110001 | 1000000 | 1 | 0 | 101 | 10110101 | 1010101 | 1000000 |
Color Harmonies of #56EEF1
Complementary color
Monochromatic Colors of #56EEF1
Black with #56EEF1
Text Example
Text Example
White with #56EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEF1; }
p { color: rgb(86,238,241); }
H1.HeaderClassName
{
color: #56EEF1;
}
.AnyTagClassName
{
color: #56EEF1;
}
</style>
background-color css
<style>
a { background-color: #56EEF1; }
a { background-color: rgb(86,238,241); }
div.DivClassName
{
background-color: #56EEF1;
}
.BgClassName
{
background-color: #56EEF1;
}
</style>
border-color css
<style>
span { border-color: #56EEF1; }
span { border-color: rgb(86,238,241); }
td.TdClassName
{
border-color: #56EEF1;
}
.TagClassName
{
border-color: #56EEF1;
}
</style>