Shades of Turquoise Blue #55E9F3
Tints of Turquoise Blue #55E9F3
RGB
CMYK
RGB Variations
Color information
#55E9F3 (or 0x55E9F3) is known color: Turquoise Blue. HEX triplet: 55, E9 and F3. RGB value is (85,233,243). Sum of RGB (Red+Green+Blue) = 85+233+243=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #55E9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E9F3 is #AA160C. Grayscale: #BDBDBD. Windows color (decimal): -11146765 or 15984981. OLE color: 15984981.
HSL color Cylindrical-coordinate representation of color #55E9F3: hue angle of 183.8º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55E9F3 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 233 | 243 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.05 |
| HSL | 183.8º | 0.87% | 0.64% | - |
| HSV(B) | 183.8º | 0.65% | 0.95% | - |
| XYZ | 49.06 | 66.68 | 95.08 | - |
| YUV | 189.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 243 | 0.65 | 0.04 | 0 | 0.05 | 183.8 | 0.87 | 0.64 |
| Hex | 55 | E9 | F3 | 41 | 4 | 0 | 5 | B8 | 57 | 40 |
| Octal | 125 | 351 | 363 | 101 | 4 | 0 | 5 | 270 | 127 | 100 |
| Binary | 1010101 | 11101001 | 11110011 | 1000001 | 100 | 0 | 101 | 10111000 | 1010111 | 1000000 |
Color Harmonies of #55E9F3
Complementary color
Monochromatic Colors of #55E9F3
Black with #55E9F3
Text Example
Text Example
White with #55E9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9F3; }
p { color: rgb(85,233,243); }
H1.HeaderClassName
{
color: #55E9F3;
}
.AnyTagClassName
{
color: #55E9F3;
}
</style>
background-color css
<style>
a { background-color: #55E9F3; }
a { background-color: rgb(85,233,243); }
div.DivClassName
{
background-color: #55E9F3;
}
.BgClassName
{
background-color: #55E9F3;
}
</style>
border-color css
<style>
span { border-color: #55E9F3; }
span { border-color: rgb(85,233,243); }
td.TdClassName
{
border-color: #55E9F3;
}
.TagClassName
{
border-color: #55E9F3;
}
</style>