Shades of Turquoise #55FFD5
Tints of Turquoise #55FFD5
RGB
CMYK
RGB Variations
Color information
#55FFD5 (or 0x55FFD5) is known color: Turquoise. HEX triplet: 55, FF and D5. RGB value is (85,255,213). Sum of RGB (Red+Green+Blue) = 85+255+213=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFD5 is #AA002A. Grayscale: #C7C7C7. Windows color (decimal): -11141163 or 14024533. OLE color: 14024533.
HSL color Cylindrical-coordinate representation of color #55FFD5: hue angle of 165.18º 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 #55FFD5 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 213 | - |
| CMYK | 0.67 | 0 | 0.16 | 0 |
| HSL | 165.18º | 1% | 0.67% | - |
| HSV(B) | 165.18º | 0.67% | 1% | - |
| XYZ | 51.52 | 78.26 | 75.34 | - |
| YUV | 199.38 | 135.68 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 213 | 0.67 | 0 | 0.16 | 0 | 165.18 | 1 | 0.67 |
| Hex | 55 | FF | D5 | 43 | 0 | 10 | 0 | A5 | 64 | 43 |
| Octal | 125 | 377 | 325 | 103 | 0 | 20 | 0 | 245 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11010101 | 1000011 | 0 | 10000 | 0 | 10100101 | 1100100 | 1000011 |
Color Harmonies of #55FFD5
Complementary color
Monochromatic Colors of #55FFD5
Black with #55FFD5
Text Example
Text Example
White with #55FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFD5; }
p { color: rgb(85,255,213); }
H1.HeaderClassName
{
color: #55FFD5;
}
.AnyTagClassName
{
color: #55FFD5;
}
</style>
background-color css
<style>
a { background-color: #55FFD5; }
a { background-color: rgb(85,255,213); }
div.DivClassName
{
background-color: #55FFD5;
}
.BgClassName
{
background-color: #55FFD5;
}
</style>
border-color css
<style>
span { border-color: #55FFD5; }
span { border-color: rgb(85,255,213); }
td.TdClassName
{
border-color: #55FFD5;
}
.TagClassName
{
border-color: #55FFD5;
}
</style>