Shades of Turquoise #55FADD
Tints of Turquoise #55FADD
RGB
CMYK
RGB Variations
Color information
#55FADD (or 0x55FADD) is known color: Turquoise. HEX triplet: 55, FA and DD. RGB value is (85,250,221). Sum of RGB (Red+Green+Blue) = 85+250+221=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #55FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FADD is #AA0522. Grayscale: #C5C5C5. Windows color (decimal): -11142435 or 14547541. OLE color: 14547541.
HSL color Cylindrical-coordinate representation of color #55FADD: hue angle of 169.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 #55FADD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 221 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.02 |
| HSL | 169.45º | 0.94% | 0.66% | - |
| HSV(B) | 169.45º | 0.66% | 0.98% | - |
| XYZ | 50.98 | 75.52 | 80.3 | - |
| YUV | 197.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 221 | 0.66 | 0 | 0.12 | 0.02 | 169.45 | 0.94 | 0.66 |
| Hex | 55 | FA | DD | 42 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 125 | 372 | 335 | 102 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11011101 | 1000010 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #55FADD
Complementary color
Monochromatic Colors of #55FADD
Black with #55FADD
Text Example
Text Example
White with #55FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FADD; }
p { color: rgb(85,250,221); }
H1.HeaderClassName
{
color: #55FADD;
}
.AnyTagClassName
{
color: #55FADD;
}
</style>
background-color css
<style>
a { background-color: #55FADD; }
a { background-color: rgb(85,250,221); }
div.DivClassName
{
background-color: #55FADD;
}
.BgClassName
{
background-color: #55FADD;
}
</style>
border-color css
<style>
span { border-color: #55FADD; }
span { border-color: rgb(85,250,221); }
td.TdClassName
{
border-color: #55FADD;
}
.TagClassName
{
border-color: #55FADD;
}
</style>