Shades of Turquoise #55FDDD
Tints of Turquoise #55FDDD
RGB
CMYK
RGB Variations
Color information
#55FDDD (or 0x55FDDD) is known color: Turquoise. HEX triplet: 55, FD and DD. RGB value is (85,253,221). Sum of RGB (Red+Green+Blue) = 85+253+221=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDDD is #AA0222. Grayscale: #C7C7C7. Windows color (decimal): -11141667 or 14548309. OLE color: 14548309.
HSL color Cylindrical-coordinate representation of color #55FDDD: hue angle of 168.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDDD is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 221 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.01 |
| HSL | 168.57º | 0.98% | 0.66% | - |
| HSV(B) | 168.57º | 0.66% | 0.99% | - |
| XYZ | 51.92 | 77.4 | 80.61 | - |
| YUV | 199.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 221 | 0.66 | 0 | 0.13 | 0.01 | 168.57 | 0.98 | 0.66 |
| Hex | 55 | FD | DD | 42 | 0 | D | 1 | A9 | 62 | 42 |
| Octal | 125 | 375 | 335 | 102 | 0 | 15 | 1 | 251 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11011101 | 1000010 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000010 |
Color Harmonies of #55FDDD
Complementary color
Monochromatic Colors of #55FDDD
Black with #55FDDD
Text Example
Text Example
White with #55FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDDD; }
p { color: rgb(85,253,221); }
H1.HeaderClassName
{
color: #55FDDD;
}
.AnyTagClassName
{
color: #55FDDD;
}
</style>
background-color css
<style>
a { background-color: #55FDDD; }
a { background-color: rgb(85,253,221); }
div.DivClassName
{
background-color: #55FDDD;
}
.BgClassName
{
background-color: #55FDDD;
}
</style>
border-color css
<style>
span { border-color: #55FDDD; }
span { border-color: rgb(85,253,221); }
td.TdClassName
{
border-color: #55FDDD;
}
.TagClassName
{
border-color: #55FDDD;
}
</style>