Shades of Turquoise Blue #55E2FF
Tints of Turquoise Blue #55E2FF
RGB
CMYK
RGB Variations
Color information
#55E2FF (or 0x55E2FF) is known color: Turquoise Blue. HEX triplet: 55, E2 and FF. RGB value is (85,226,255). Sum of RGB (Red+Green+Blue) = 85+226+255=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #55E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2FF is #AA1D00. Grayscale: #BABABA. Windows color (decimal): -11148545 or 16769621. OLE color: 16769621.
HSL color Cylindrical-coordinate representation of color #55E2FF: hue angle of 190.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55E2FF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 226 | 255 | - |
| CMYK | 0.67 | 0.11 | 0 | 0 |
| HSL | 190.24º | 1% | 0.67% | - |
| HSV(B) | 190.24º | 0.67% | 1% | - |
| XYZ | 48.99 | 63.54 | 104.29 | - |
| YUV | 187.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 255 | 0.67 | 0.11 | 0 | 0 | 190.24 | 1 | 0.67 |
| Hex | 55 | E2 | FF | 43 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 125 | 342 | 377 | 103 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1010101 | 11100010 | 11111111 | 1000011 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #55E2FF
Complementary color
Monochromatic Colors of #55E2FF
Black with #55E2FF
Text Example
Text Example
White with #55E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2FF; }
p { color: rgb(85,226,255); }
H1.HeaderClassName
{
color: #55E2FF;
}
.AnyTagClassName
{
color: #55E2FF;
}
</style>
background-color css
<style>
a { background-color: #55E2FF; }
a { background-color: rgb(85,226,255); }
div.DivClassName
{
background-color: #55E2FF;
}
.BgClassName
{
background-color: #55E2FF;
}
</style>
border-color css
<style>
span { border-color: #55E2FF; }
span { border-color: rgb(85,226,255); }
td.TdClassName
{
border-color: #55E2FF;
}
.TagClassName
{
border-color: #55E2FF;
}
</style>