Shades of Turquoise Blue #55E3FA
Tints of Turquoise Blue #55E3FA
RGB
CMYK
RGB Variations
Color information
#55E3FA (or 0x55E3FA) is known color: Turquoise Blue. HEX triplet: 55, E3 and FA. RGB value is (85,227,250). Sum of RGB (Red+Green+Blue) = 85+227+250=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #55E3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E3FA is #AA1C05. Grayscale: #BABABA. Windows color (decimal): -11148294 or 16442197. OLE color: 16442197.
HSL color Cylindrical-coordinate representation of color #55E3FA: hue angle of 188.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55E3FA is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 227 | 250 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.02 |
| HSL | 188.36º | 0.94% | 0.66% | - |
| HSV(B) | 188.36º | 0.66% | 0.98% | - |
| XYZ | 48.47 | 63.77 | 100.2 | - |
| YUV | 187.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 250 | 0.66 | 0.09 | 0 | 0.02 | 188.36 | 0.94 | 0.66 |
| Hex | 55 | E3 | FA | 42 | 9 | 0 | 2 | BC | 5E | 42 |
| Octal | 125 | 343 | 372 | 102 | 11 | 0 | 2 | 274 | 136 | 102 |
| Binary | 1010101 | 11100011 | 11111010 | 1000010 | 1001 | 0 | 10 | 10111100 | 1011110 | 1000010 |
Color Harmonies of #55E3FA
Complementary color
Monochromatic Colors of #55E3FA
Black with #55E3FA
Text Example
Text Example
White with #55E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E3FA; }
p { color: rgb(85,227,250); }
H1.HeaderClassName
{
color: #55E3FA;
}
.AnyTagClassName
{
color: #55E3FA;
}
</style>
background-color css
<style>
a { background-color: #55E3FA; }
a { background-color: rgb(85,227,250); }
div.DivClassName
{
background-color: #55E3FA;
}
.BgClassName
{
background-color: #55E3FA;
}
</style>
border-color css
<style>
span { border-color: #55E3FA; }
span { border-color: rgb(85,227,250); }
td.TdClassName
{
border-color: #55E3FA;
}
.TagClassName
{
border-color: #55E3FA;
}
</style>