Shades of Turquoise Blue #55E9F9
Tints of Turquoise Blue #55E9F9
RGB
CMYK
RGB Variations
Color information
#55E9F9 (or 0x55E9F9) is known color: Turquoise Blue. HEX triplet: 55, E9 and F9. RGB value is (85,233,249). Sum of RGB (Red+Green+Blue) = 85+233+249=567 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.99% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #55E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E9F9 is #AA1606. Grayscale: #BEBEBE. Windows color (decimal): -11146759 or 16378197. OLE color: 16378197.
HSL color Cylindrical-coordinate representation of color #55E9F9: hue angle of 185.85º 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 #55E9F9 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 233 | 249 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.02 |
| HSL | 185.85º | 0.93% | 0.65% | - |
| HSV(B) | 185.85º | 0.66% | 0.98% | - |
| XYZ | 49.98 | 67.05 | 99.93 | - |
| YUV | 190.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 249 | 0.66 | 0.06 | 0 | 0.02 | 185.85 | 0.93 | 0.65 |
| Hex | 55 | E9 | F9 | 42 | 6 | 0 | 2 | BA | 5D | 41 |
| Octal | 125 | 351 | 371 | 102 | 6 | 0 | 2 | 272 | 135 | 101 |
| Binary | 1010101 | 11101001 | 11111001 | 1000010 | 110 | 0 | 10 | 10111010 | 1011101 | 1000001 |
Color Harmonies of #55E9F9
Complementary color
Monochromatic Colors of #55E9F9
Black with #55E9F9
Text Example
Text Example
White with #55E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9F9; }
p { color: rgb(85,233,249); }
H1.HeaderClassName
{
color: #55E9F9;
}
.AnyTagClassName
{
color: #55E9F9;
}
</style>
background-color css
<style>
a { background-color: #55E9F9; }
a { background-color: rgb(85,233,249); }
div.DivClassName
{
background-color: #55E9F9;
}
.BgClassName
{
background-color: #55E9F9;
}
</style>
border-color css
<style>
span { border-color: #55E9F9; }
span { border-color: rgb(85,233,249); }
td.TdClassName
{
border-color: #55E9F9;
}
.TagClassName
{
border-color: #55E9F9;
}
</style>