Shades of Turquoise #55FAB7
Tints of Turquoise #55FAB7
RGB
CMYK
RGB Variations
Color information
#55FAB7 (or 0x55FAB7) is known color: Turquoise. HEX triplet: 55, FA and B7. RGB value is (85,250,183). Sum of RGB (Red+Green+Blue) = 85+250+183=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAB7 is #AA0548. Grayscale: #C1C1C1. Windows color (decimal): -11142473 or 12057173. OLE color: 12057173.
HSL color Cylindrical-coordinate representation of color #55FAB7: hue angle of 155.64º 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 #55FAB7 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 183 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.02 |
| HSL | 155.64º | 0.94% | 0.66% | - |
| HSV(B) | 155.64º | 0.66% | 0.98% | - |
| XYZ | 46.48 | 73.72 | 56.58 | - |
| YUV | 193.03 | 122.34 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 183 | 0.66 | 0 | 0.27 | 0.02 | 155.64 | 0.94 | 0.66 |
| Hex | 55 | FA | B7 | 42 | 0 | 1B | 2 | 9C | 5E | 42 |
| Octal | 125 | 372 | 267 | 102 | 0 | 33 | 2 | 234 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10110111 | 1000010 | 0 | 11011 | 10 | 10011100 | 1011110 | 1000010 |
Color Harmonies of #55FAB7
Complementary color
Monochromatic Colors of #55FAB7
Black with #55FAB7
Text Example
Text Example
White with #55FAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAB7; }
p { color: rgb(85,250,183); }
H1.HeaderClassName
{
color: #55FAB7;
}
.AnyTagClassName
{
color: #55FAB7;
}
</style>
background-color css
<style>
a { background-color: #55FAB7; }
a { background-color: rgb(85,250,183); }
div.DivClassName
{
background-color: #55FAB7;
}
.BgClassName
{
background-color: #55FAB7;
}
</style>
border-color css
<style>
span { border-color: #55FAB7; }
span { border-color: rgb(85,250,183); }
td.TdClassName
{
border-color: #55FAB7;
}
.TagClassName
{
border-color: #55FAB7;
}
</style>