Shades of Turquoise Blue #55E2F9
Tints of Turquoise Blue #55E2F9
RGB
CMYK
RGB Variations
Color information
#55E2F9 (or 0x55E2F9) is known color: Turquoise Blue. HEX triplet: 55, E2 and F9. RGB value is (85,226,249). Sum of RGB (Red+Green+Blue) = 85+226+249=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #55E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2F9 is #AA1D06. Grayscale: #BABABA. Windows color (decimal): -11148551 or 16376405. OLE color: 16376405.
HSL color Cylindrical-coordinate representation of color #55E2F9: hue angle of 188.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55E2F9 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 226 | 249 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.02 |
| HSL | 188.41º | 0.93% | 0.65% | - |
| HSV(B) | 188.41º | 0.66% | 0.98% | - |
| XYZ | 48.04 | 63.16 | 99.28 | - |
| YUV | 186.46 | 163.29 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 249 | 0.66 | 0.09 | 0 | 0.02 | 188.41 | 0.93 | 0.65 |
| Hex | 55 | E2 | F9 | 42 | 9 | 0 | 2 | BC | 5D | 41 |
| Octal | 125 | 342 | 371 | 102 | 11 | 0 | 2 | 274 | 135 | 101 |
| Binary | 1010101 | 11100010 | 11111001 | 1000010 | 1001 | 0 | 10 | 10111100 | 1011101 | 1000001 |
Color Harmonies of #55E2F9
Complementary color
Monochromatic Colors of #55E2F9
Black with #55E2F9
Text Example
Text Example
White with #55E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2F9; }
p { color: rgb(85,226,249); }
H1.HeaderClassName
{
color: #55E2F9;
}
.AnyTagClassName
{
color: #55E2F9;
}
</style>
background-color css
<style>
a { background-color: #55E2F9; }
a { background-color: rgb(85,226,249); }
div.DivClassName
{
background-color: #55E2F9;
}
.BgClassName
{
background-color: #55E2F9;
}
</style>
border-color css
<style>
span { border-color: #55E2F9; }
span { border-color: rgb(85,226,249); }
td.TdClassName
{
border-color: #55E2F9;
}
.TagClassName
{
border-color: #55E2F9;
}
</style>