Shades of Turquoise #55FAB8
Tints of Turquoise #55FAB8
RGB
CMYK
RGB Variations
Color information
#55FAB8 (or 0x55FAB8) is known color: Turquoise. HEX triplet: 55, FA and B8. RGB value is (85,250,184). Sum of RGB (Red+Green+Blue) = 85+250+184=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAB8 is #AA0547. Grayscale: #C1C1C1. Windows color (decimal): -11142472 or 12122709. OLE color: 12122709.
HSL color Cylindrical-coordinate representation of color #55FAB8: hue angle of 156º 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 #55FAB8 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 184 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.02 |
| HSL | 156º | 0.94% | 0.66% | - |
| HSV(B) | 156º | 0.66% | 0.98% | - |
| XYZ | 46.58 | 73.76 | 57.13 | - |
| YUV | 193.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 184 | 0.66 | 0 | 0.26 | 0.02 | 156 | 0.94 | 0.66 |
| Hex | 55 | FA | B8 | 42 | 0 | 1A | 2 | 9C | 5E | 42 |
| Octal | 125 | 372 | 270 | 102 | 0 | 32 | 2 | 234 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10111000 | 1000010 | 0 | 11010 | 10 | 10011100 | 1011110 | 1000010 |
Color Harmonies of #55FAB8
Complementary color
Monochromatic Colors of #55FAB8
Black with #55FAB8
Text Example
Text Example
White with #55FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAB8; }
p { color: rgb(85,250,184); }
H1.HeaderClassName
{
color: #55FAB8;
}
.AnyTagClassName
{
color: #55FAB8;
}
</style>
background-color css
<style>
a { background-color: #55FAB8; }
a { background-color: rgb(85,250,184); }
div.DivClassName
{
background-color: #55FAB8;
}
.BgClassName
{
background-color: #55FAB8;
}
</style>
border-color css
<style>
span { border-color: #55FAB8; }
span { border-color: rgb(85,250,184); }
td.TdClassName
{
border-color: #55FAB8;
}
.TagClassName
{
border-color: #55FAB8;
}
</style>