Shades of Turquoise #55FAC5
Tints of Turquoise #55FAC5
RGB
CMYK
RGB Variations
Color information
#55FAC5 (or 0x55FAC5) is known color: Turquoise. HEX triplet: 55, FA and C5. RGB value is (85,250,197). Sum of RGB (Red+Green+Blue) = 85+250+197=532 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.98% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAC5 is #AA053A. Grayscale: #C2C2C2. Windows color (decimal): -11142459 or 12974677. OLE color: 12974677.
HSL color Cylindrical-coordinate representation of color #55FAC5: hue angle of 160.73º 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 #55FAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 197 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.02 |
| HSL | 160.73º | 0.94% | 0.66% | - |
| HSV(B) | 160.73º | 0.66% | 0.98% | - |
| XYZ | 48.01 | 74.33 | 64.64 | - |
| YUV | 194.62 | 129.34 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 197 | 0.66 | 0 | 0.21 | 0.02 | 160.73 | 0.94 | 0.66 |
| Hex | 55 | FA | C5 | 42 | 0 | 15 | 2 | A1 | 5E | 42 |
| Octal | 125 | 372 | 305 | 102 | 0 | 25 | 2 | 241 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11000101 | 1000010 | 0 | 10101 | 10 | 10100001 | 1011110 | 1000010 |
Color Harmonies of #55FAC5
Complementary color
Monochromatic Colors of #55FAC5
Black with #55FAC5
Text Example
Text Example
White with #55FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAC5; }
p { color: rgb(85,250,197); }
H1.HeaderClassName
{
color: #55FAC5;
}
.AnyTagClassName
{
color: #55FAC5;
}
</style>
background-color css
<style>
a { background-color: #55FAC5; }
a { background-color: rgb(85,250,197); }
div.DivClassName
{
background-color: #55FAC5;
}
.BgClassName
{
background-color: #55FAC5;
}
</style>
border-color css
<style>
span { border-color: #55FAC5; }
span { border-color: rgb(85,250,197); }
td.TdClassName
{
border-color: #55FAC5;
}
.TagClassName
{
border-color: #55FAC5;
}
</style>