Shades of Turquoise #55FFCD
Tints of Turquoise #55FFCD
RGB
CMYK
RGB Variations
Color information
#55FFCD (or 0x55FFCD) is known color: Turquoise. HEX triplet: 55, FF and CD. RGB value is (85,255,205). Sum of RGB (Red+Green+Blue) = 85+255+205=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFCD is #AA0032. Grayscale: #C6C6C6. Windows color (decimal): -11141171 or 13500245. OLE color: 13500245.
HSL color Cylindrical-coordinate representation of color #55FFCD: hue angle of 162.35º 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 #55FFCD is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 205 | - |
| CMYK | 0.67 | 0 | 0.20 | 0 |
| HSL | 162.35º | 1% | 0.67% | - |
| HSV(B) | 162.35º | 0.67% | 1% | - |
| XYZ | 50.53 | 77.86 | 70.12 | - |
| YUV | 198.47 | 131.68 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 205 | 0.67 | 0 | 0.20 | 0 | 162.35 | 1 | 0.67 |
| Hex | 55 | FF | CD | 43 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 125 | 377 | 315 | 103 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11001101 | 1000011 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #55FFCD
Complementary color
Monochromatic Colors of #55FFCD
Black with #55FFCD
Text Example
Text Example
White with #55FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFCD; }
p { color: rgb(85,255,205); }
H1.HeaderClassName
{
color: #55FFCD;
}
.AnyTagClassName
{
color: #55FFCD;
}
</style>
background-color css
<style>
a { background-color: #55FFCD; }
a { background-color: rgb(85,255,205); }
div.DivClassName
{
background-color: #55FFCD;
}
.BgClassName
{
background-color: #55FFCD;
}
</style>
border-color css
<style>
span { border-color: #55FFCD; }
span { border-color: rgb(85,255,205); }
td.TdClassName
{
border-color: #55FFCD;
}
.TagClassName
{
border-color: #55FFCD;
}
</style>