Shades of Turquoise #55FABC
Tints of Turquoise #55FABC
RGB
CMYK
RGB Variations
Color information
#55FABC (or 0x55FABC) is known color: Turquoise. HEX triplet: 55, FA and BC. RGB value is (85,250,188). Sum of RGB (Red+Green+Blue) = 85+250+188=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #55FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FABC is #AA0543. Grayscale: #C1C1C1. Windows color (decimal): -11142468 or 12384853. OLE color: 12384853.
HSL color Cylindrical-coordinate representation of color #55FABC: hue angle of 157.45º 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 #55FABC is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 188 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.02 |
| HSL | 157.45º | 0.94% | 0.66% | - |
| HSV(B) | 157.45º | 0.66% | 0.98% | - |
| XYZ | 47.01 | 73.93 | 59.37 | - |
| YUV | 193.6 | 124.84 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 188 | 0.66 | 0 | 0.25 | 0.02 | 157.45 | 0.94 | 0.66 |
| Hex | 55 | FA | BC | 42 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 125 | 372 | 274 | 102 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10111100 | 1000010 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #55FABC
Complementary color
Monochromatic Colors of #55FABC
Black with #55FABC
Text Example
Text Example
White with #55FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FABC; }
p { color: rgb(85,250,188); }
H1.HeaderClassName
{
color: #55FABC;
}
.AnyTagClassName
{
color: #55FABC;
}
</style>
background-color css
<style>
a { background-color: #55FABC; }
a { background-color: rgb(85,250,188); }
div.DivClassName
{
background-color: #55FABC;
}
.BgClassName
{
background-color: #55FABC;
}
</style>
border-color css
<style>
span { border-color: #55FABC; }
span { border-color: rgb(85,250,188); }
td.TdClassName
{
border-color: #55FABC;
}
.TagClassName
{
border-color: #55FABC;
}
</style>