Shades of Turquoise Blue #56E1F1
Tints of Turquoise Blue #56E1F1
RGB
CMYK
RGB Variations
Color information
#56E1F1 (or 0x56E1F1) is known color: Turquoise Blue. HEX triplet: 56, E1 and F1. RGB value is (86,225,241). Sum of RGB (Red+Green+Blue) = 86+225+241=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #56E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E1F1 is #A91E0E. Grayscale: #B9B9B9. Windows color (decimal): -11083279 or 15851862. OLE color: 15851862.
HSL color Cylindrical-coordinate representation of color #56E1F1: hue angle of 186.19º 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 #56E1F1 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 225 | 241 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.05 |
| HSL | 186.19º | 0.85% | 0.64% | - |
| HSV(B) | 186.19º | 0.64% | 0.95% | - |
| XYZ | 46.64 | 62.18 | 92.76 | - |
| YUV | 185.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 225 | 241 | 0.64 | 0.07 | 0 | 0.05 | 186.19 | 0.85 | 0.64 |
| Hex | 56 | E1 | F1 | 40 | 7 | 0 | 5 | BA | 55 | 40 |
| Octal | 126 | 341 | 361 | 100 | 7 | 0 | 5 | 272 | 125 | 100 |
| Binary | 1010110 | 11100001 | 11110001 | 1000000 | 111 | 0 | 101 | 10111010 | 1010101 | 1000000 |
Color Harmonies of #56E1F1
Complementary color
Monochromatic Colors of #56E1F1
Black with #56E1F1
Text Example
Text Example
White with #56E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E1F1; }
p { color: rgb(86,225,241); }
H1.HeaderClassName
{
color: #56E1F1;
}
.AnyTagClassName
{
color: #56E1F1;
}
</style>
background-color css
<style>
a { background-color: #56E1F1; }
a { background-color: rgb(86,225,241); }
div.DivClassName
{
background-color: #56E1F1;
}
.BgClassName
{
background-color: #56E1F1;
}
</style>
border-color css
<style>
span { border-color: #56E1F1; }
span { border-color: rgb(86,225,241); }
td.TdClassName
{
border-color: #56E1F1;
}
.TagClassName
{
border-color: #56E1F1;
}
</style>