Shades of Turquoise #55FADE
Tints of Turquoise #55FADE
RGB
CMYK
RGB Variations
Color information
#55FADE (or 0x55FADE) is known color: Turquoise. HEX triplet: 55, FA and DE. RGB value is (85,250,222). Sum of RGB (Red+Green+Blue) = 85+250+222=557 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.26% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #55FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FADE is #AA0521. Grayscale: #C5C5C5. Windows color (decimal): -11142434 or 14613077. OLE color: 14613077.
HSL color Cylindrical-coordinate representation of color #55FADE: hue angle of 169.82º 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 #55FADE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 222 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.02 |
| HSL | 169.82º | 0.94% | 0.66% | - |
| HSV(B) | 169.82º | 0.66% | 0.98% | - |
| XYZ | 51.12 | 75.58 | 81 | - |
| YUV | 197.47 | 141.84 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 222 | 0.66 | 0 | 0.11 | 0.02 | 169.82 | 0.94 | 0.66 |
| Hex | 55 | FA | DE | 42 | 0 | B | 2 | AA | 5E | 42 |
| Octal | 125 | 372 | 336 | 102 | 0 | 13 | 2 | 252 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11011110 | 1000010 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000010 |
Color Harmonies of #55FADE
Complementary color
Monochromatic Colors of #55FADE
Black with #55FADE
Text Example
Text Example
White with #55FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FADE; }
p { color: rgb(85,250,222); }
H1.HeaderClassName
{
color: #55FADE;
}
.AnyTagClassName
{
color: #55FADE;
}
</style>
background-color css
<style>
a { background-color: #55FADE; }
a { background-color: rgb(85,250,222); }
div.DivClassName
{
background-color: #55FADE;
}
.BgClassName
{
background-color: #55FADE;
}
</style>
border-color css
<style>
span { border-color: #55FADE; }
span { border-color: rgb(85,250,222); }
td.TdClassName
{
border-color: #55FADE;
}
.TagClassName
{
border-color: #55FADE;
}
</style>