Shades of Turquoise Blue #55E5FC
Tints of Turquoise Blue #55E5FC
RGB
CMYK
RGB Variations
Color information
#55E5FC (or 0x55E5FC) is known color: Turquoise Blue. HEX triplet: 55, E5 and FC. RGB value is (85,229,252). Sum of RGB (Red+Green+Blue) = 85+229+252=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #55E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E5FC is #AA1A03. Grayscale: #BCBCBC. Windows color (decimal): -11147780 or 16573781. OLE color: 16573781.
HSL color Cylindrical-coordinate representation of color #55E5FC: hue angle of 188.26º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55E5FC is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 229 | 252 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.01 |
| HSL | 188.26º | 0.97% | 0.66% | - |
| HSV(B) | 188.26º | 0.66% | 0.99% | - |
| XYZ | 49.34 | 65 | 102.04 | - |
| YUV | 188.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 252 | 0.66 | 0.09 | 0 | 0.01 | 188.26 | 0.97 | 0.66 |
| Hex | 55 | E5 | FC | 42 | 9 | 0 | 1 | BC | 61 | 42 |
| Octal | 125 | 345 | 374 | 102 | 11 | 0 | 1 | 274 | 141 | 102 |
| Binary | 1010101 | 11100101 | 11111100 | 1000010 | 1001 | 0 | 1 | 10111100 | 1100001 | 1000010 |
Color Harmonies of #55E5FC
Complementary color
Monochromatic Colors of #55E5FC
Black with #55E5FC
Text Example
Text Example
White with #55E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E5FC; }
p { color: rgb(85,229,252); }
H1.HeaderClassName
{
color: #55E5FC;
}
.AnyTagClassName
{
color: #55E5FC;
}
</style>
background-color css
<style>
a { background-color: #55E5FC; }
a { background-color: rgb(85,229,252); }
div.DivClassName
{
background-color: #55E5FC;
}
.BgClassName
{
background-color: #55E5FC;
}
</style>
border-color css
<style>
span { border-color: #55E5FC; }
span { border-color: rgb(85,229,252); }
td.TdClassName
{
border-color: #55E5FC;
}
.TagClassName
{
border-color: #55E5FC;
}
</style>