Shades of Turquoise #55FAC9
Tints of Turquoise #55FAC9
RGB
CMYK
RGB Variations
Color information
#55FAC9 (or 0x55FAC9) is known color: Turquoise. HEX triplet: 55, FA and C9. RGB value is (85,250,201). Sum of RGB (Red+Green+Blue) = 85+250+201=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAC9 is #AA0536. Grayscale: #C3C3C3. Windows color (decimal): -11142455 or 13236821. OLE color: 13236821.
HSL color Cylindrical-coordinate representation of color #55FAC9: hue angle of 162.18º 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 #55FAC9 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 201 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.02 |
| HSL | 162.18º | 0.94% | 0.66% | - |
| HSV(B) | 162.18º | 0.66% | 0.98% | - |
| XYZ | 48.47 | 74.52 | 67.09 | - |
| YUV | 195.08 | 131.34 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 201 | 0.66 | 0 | 0.20 | 0.02 | 162.18 | 0.94 | 0.66 |
| Hex | 55 | FA | C9 | 42 | 0 | 14 | 2 | A2 | 5E | 42 |
| Octal | 125 | 372 | 311 | 102 | 0 | 24 | 2 | 242 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11001001 | 1000010 | 0 | 10100 | 10 | 10100010 | 1011110 | 1000010 |
Color Harmonies of #55FAC9
Complementary color
Monochromatic Colors of #55FAC9
Black with #55FAC9
Text Example
Text Example
White with #55FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAC9; }
p { color: rgb(85,250,201); }
H1.HeaderClassName
{
color: #55FAC9;
}
.AnyTagClassName
{
color: #55FAC9;
}
</style>
background-color css
<style>
a { background-color: #55FAC9; }
a { background-color: rgb(85,250,201); }
div.DivClassName
{
background-color: #55FAC9;
}
.BgClassName
{
background-color: #55FAC9;
}
</style>
border-color css
<style>
span { border-color: #55FAC9; }
span { border-color: rgb(85,250,201); }
td.TdClassName
{
border-color: #55FAC9;
}
.TagClassName
{
border-color: #55FAC9;
}
</style>