Shades of Turquoise #55FFDD
Tints of Turquoise #55FFDD
RGB
CMYK
RGB Variations
Color information
#55FFDD (or 0x55FFDD) is known color: Turquoise. HEX triplet: 55, FF and DD. RGB value is (85,255,221). Sum of RGB (Red+Green+Blue) = 85+255+221=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFDD is #AA0022. Grayscale: #C8C8C8. Windows color (decimal): -11141155 or 14548821. OLE color: 14548821.
HSL color Cylindrical-coordinate representation of color #55FFDD: hue angle of 168º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFDD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 221 | - |
| CMYK | 0.67 | 0 | 0.13 | 0 |
| HSL | 168º | 1% | 0.67% | - |
| HSV(B) | 168º | 0.67% | 1% | - |
| XYZ | 52.56 | 78.67 | 80.82 | - |
| YUV | 200.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 221 | 0.67 | 0 | 0.13 | 0 | 168 | 1 | 0.67 |
| Hex | 55 | FF | DD | 43 | 0 | D | 0 | A8 | 64 | 43 |
| Octal | 125 | 377 | 335 | 103 | 0 | 15 | 0 | 250 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11011101 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000011 |
Color Harmonies of #55FFDD
Complementary color
Monochromatic Colors of #55FFDD
Black with #55FFDD
Text Example
Text Example
White with #55FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFDD; }
p { color: rgb(85,255,221); }
H1.HeaderClassName
{
color: #55FFDD;
}
.AnyTagClassName
{
color: #55FFDD;
}
</style>
background-color css
<style>
a { background-color: #55FFDD; }
a { background-color: rgb(85,255,221); }
div.DivClassName
{
background-color: #55FFDD;
}
.BgClassName
{
background-color: #55FFDD;
}
</style>
border-color css
<style>
span { border-color: #55FFDD; }
span { border-color: rgb(85,255,221); }
td.TdClassName
{
border-color: #55FFDD;
}
.TagClassName
{
border-color: #55FFDD;
}
</style>