Shades of Turquoise #55FADC
Tints of Turquoise #55FADC
RGB
CMYK
RGB Variations
Color information
#55FADC (or 0x55FADC) is known color: Turquoise. HEX triplet: 55, FA and DC. RGB value is (85,250,220). Sum of RGB (Red+Green+Blue) = 85+250+220=555 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.32% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #55FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FADC is #AA0523. Grayscale: #C5C5C5. Windows color (decimal): -11142436 or 14482005. OLE color: 14482005.
HSL color Cylindrical-coordinate representation of color #55FADC: hue angle of 169.09º 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 #55FADC is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 220 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.02 |
| HSL | 169.09º | 0.94% | 0.66% | - |
| HSV(B) | 169.09º | 0.66% | 0.98% | - |
| XYZ | 50.85 | 75.47 | 79.6 | - |
| YUV | 197.25 | 140.84 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 220 | 0.66 | 0 | 0.12 | 0.02 | 169.09 | 0.94 | 0.66 |
| Hex | 55 | FA | DC | 42 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 125 | 372 | 334 | 102 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11011100 | 1000010 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #55FADC
Complementary color
Monochromatic Colors of #55FADC
Black with #55FADC
Text Example
Text Example
White with #55FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FADC; }
p { color: rgb(85,250,220); }
H1.HeaderClassName
{
color: #55FADC;
}
.AnyTagClassName
{
color: #55FADC;
}
</style>
background-color css
<style>
a { background-color: #55FADC; }
a { background-color: rgb(85,250,220); }
div.DivClassName
{
background-color: #55FADC;
}
.BgClassName
{
background-color: #55FADC;
}
</style>
border-color css
<style>
span { border-color: #55FADC; }
span { border-color: rgb(85,250,220); }
td.TdClassName
{
border-color: #55FADC;
}
.TagClassName
{
border-color: #55FADC;
}
</style>