Shades of Turquoise #55FAC3
Tints of Turquoise #55FAC3
RGB
CMYK
RGB Variations
Color information
#55FAC3 (or 0x55FAC3) is known color: Turquoise. HEX triplet: 55, FA and C3. RGB value is (85,250,195). Sum of RGB (Red+Green+Blue) = 85+250+195=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAC3 is #AA053C. Grayscale: #C2C2C2. Windows color (decimal): -11142461 or 12843605. OLE color: 12843605.
HSL color Cylindrical-coordinate representation of color #55FAC3: hue angle of 160º 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 #55FAC3 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 195 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.02 |
| HSL | 160º | 0.94% | 0.66% | - |
| HSV(B) | 160º | 0.66% | 0.98% | - |
| XYZ | 47.78 | 74.24 | 63.44 | - |
| YUV | 194.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 195 | 0.66 | 0 | 0.22 | 0.02 | 160 | 0.94 | 0.66 |
| Hex | 55 | FA | C3 | 42 | 0 | 16 | 2 | A0 | 5E | 42 |
| Octal | 125 | 372 | 303 | 102 | 0 | 26 | 2 | 240 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11000011 | 1000010 | 0 | 10110 | 10 | 10100000 | 1011110 | 1000010 |
Color Harmonies of #55FAC3
Complementary color
Monochromatic Colors of #55FAC3
Black with #55FAC3
Text Example
Text Example
White with #55FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAC3; }
p { color: rgb(85,250,195); }
H1.HeaderClassName
{
color: #55FAC3;
}
.AnyTagClassName
{
color: #55FAC3;
}
</style>
background-color css
<style>
a { background-color: #55FAC3; }
a { background-color: rgb(85,250,195); }
div.DivClassName
{
background-color: #55FAC3;
}
.BgClassName
{
background-color: #55FAC3;
}
</style>
border-color css
<style>
span { border-color: #55FAC3; }
span { border-color: rgb(85,250,195); }
td.TdClassName
{
border-color: #55FAC3;
}
.TagClassName
{
border-color: #55FAC3;
}
</style>