Shades of Turquoise Blue #55E9F6
Tints of Turquoise Blue #55E9F6
RGB
CMYK
RGB Variations
Color information
#55E9F6 (or 0x55E9F6) is known color: Turquoise Blue. HEX triplet: 55, E9 and F6. RGB value is (85,233,246). Sum of RGB (Red+Green+Blue) = 85+233+246=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #55E9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E9F6 is #AA1609. Grayscale: #BEBEBE. Windows color (decimal): -11146762 or 16181589. OLE color: 16181589.
HSL color Cylindrical-coordinate representation of color #55E9F6: hue angle of 184.84º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55E9F6 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 233 | 246 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.04 |
| HSL | 184.84º | 0.9% | 0.65% | - |
| HSV(B) | 184.84º | 0.65% | 0.96% | - |
| XYZ | 49.52 | 66.86 | 97.48 | - |
| YUV | 190.23 | 159.47 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 246 | 0.65 | 0.05 | 0 | 0.04 | 184.84 | 0.9 | 0.65 |
| Hex | 55 | E9 | F6 | 41 | 5 | 0 | 4 | B9 | 5A | 41 |
| Octal | 125 | 351 | 366 | 101 | 5 | 0 | 4 | 271 | 132 | 101 |
| Binary | 1010101 | 11101001 | 11110110 | 1000001 | 101 | 0 | 100 | 10111001 | 1011010 | 1000001 |
Color Harmonies of #55E9F6
Complementary color
Monochromatic Colors of #55E9F6
Black with #55E9F6
Text Example
Text Example
White with #55E9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9F6; }
p { color: rgb(85,233,246); }
H1.HeaderClassName
{
color: #55E9F6;
}
.AnyTagClassName
{
color: #55E9F6;
}
</style>
background-color css
<style>
a { background-color: #55E9F6; }
a { background-color: rgb(85,233,246); }
div.DivClassName
{
background-color: #55E9F6;
}
.BgClassName
{
background-color: #55E9F6;
}
</style>
border-color css
<style>
span { border-color: #55E9F6; }
span { border-color: rgb(85,233,246); }
td.TdClassName
{
border-color: #55E9F6;
}
.TagClassName
{
border-color: #55E9F6;
}
</style>