Shades of Turquoise Blue #55E0FE
Tints of Turquoise Blue #55E0FE
RGB
CMYK
RGB Variations
Color information
#55E0FE (or 0x55E0FE) is known color: Turquoise Blue. HEX triplet: 55, E0 and FE. RGB value is (85,224,254). Sum of RGB (Red+Green+Blue) = 85+224+254=563 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.10% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #55E0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E0FE is #AA1F01. Grayscale: #B9B9B9. Windows color (decimal): -11149058 or 16703573. OLE color: 16703573.
HSL color Cylindrical-coordinate representation of color #55E0FE: hue angle of 190.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55E0FE is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 224 | 254 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.00 |
| HSL | 190.65º | 0.99% | 0.66% | - |
| HSV(B) | 190.65º | 0.67% | 1% | - |
| XYZ | 48.29 | 62.4 | 103.26 | - |
| YUV | 185.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 254 | 0.67 | 0.12 | 0 | 0.00 | 190.65 | 0.99 | 0.66 |
| Hex | 55 | E0 | FE | 43 | C | 0 | 0 | BF | 63 | 42 |
| Octal | 125 | 340 | 376 | 103 | 14 | 0 | 0 | 277 | 143 | 102 |
| Binary | 1010101 | 11100000 | 11111110 | 1000011 | 1100 | 0 | 0 | 10111111 | 1100011 | 1000010 |
Color Harmonies of #55E0FE
Complementary color
Monochromatic Colors of #55E0FE
Black with #55E0FE
Text Example
Text Example
White with #55E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0FE; }
p { color: rgb(85,224,254); }
H1.HeaderClassName
{
color: #55E0FE;
}
.AnyTagClassName
{
color: #55E0FE;
}
</style>
background-color css
<style>
a { background-color: #55E0FE; }
a { background-color: rgb(85,224,254); }
div.DivClassName
{
background-color: #55E0FE;
}
.BgClassName
{
background-color: #55E0FE;
}
</style>
border-color css
<style>
span { border-color: #55E0FE; }
span { border-color: rgb(85,224,254); }
td.TdClassName
{
border-color: #55E0FE;
}
.TagClassName
{
border-color: #55E0FE;
}
</style>