Shades of Turquoise #55FAE2
Tints of Turquoise #55FAE2
RGB
CMYK
RGB Variations
Color information
#55FAE2 (or 0x55FAE2) is known color: Turquoise. HEX triplet: 55, FA and E2. RGB value is (85,250,226). Sum of RGB (Red+Green+Blue) = 85+250+226=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAE2 is #AA051D. Grayscale: #C5C5C5. Windows color (decimal): -11142430 or 14875221. OLE color: 14875221.
HSL color Cylindrical-coordinate representation of color #55FAE2: hue angle of 171.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FAE2 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 226 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.02 |
| HSL | 171.27º | 0.94% | 0.66% | - |
| HSV(B) | 171.27º | 0.66% | 0.98% | - |
| XYZ | 51.66 | 75.79 | 83.86 | - |
| YUV | 197.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 226 | 0.66 | 0 | 0.10 | 0.02 | 171.27 | 0.94 | 0.66 |
| Hex | 55 | FA | E2 | 42 | 0 | A | 2 | AB | 5E | 42 |
| Octal | 125 | 372 | 342 | 102 | 0 | 12 | 2 | 253 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11100010 | 1000010 | 0 | 1010 | 10 | 10101011 | 1011110 | 1000010 |
Color Harmonies of #55FAE2
Complementary color
Monochromatic Colors of #55FAE2
Black with #55FAE2
Text Example
Text Example
White with #55FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAE2; }
p { color: rgb(85,250,226); }
H1.HeaderClassName
{
color: #55FAE2;
}
.AnyTagClassName
{
color: #55FAE2;
}
</style>
background-color css
<style>
a { background-color: #55FAE2; }
a { background-color: rgb(85,250,226); }
div.DivClassName
{
background-color: #55FAE2;
}
.BgClassName
{
background-color: #55FAE2;
}
</style>
border-color css
<style>
span { border-color: #55FAE2; }
span { border-color: rgb(85,250,226); }
td.TdClassName
{
border-color: #55FAE2;
}
.TagClassName
{
border-color: #55FAE2;
}
</style>