Shades of Turquoise #55EACD
Tints of Turquoise #55EACD
RGB
CMYK
RGB Variations
Color information
#55EACD (or 0x55EACD) is known color: Turquoise. HEX triplet: 55, EA and CD. RGB value is (85,234,205). Sum of RGB (Red+Green+Blue) = 85+234+205=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #55EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EACD is #AA1532. Grayscale: #BABABA. Windows color (decimal): -11146547 or 13494869. OLE color: 13494869.
HSL color Cylindrical-coordinate representation of color #55EACD: hue angle of 168.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EACD is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 205 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.08 |
| HSL | 168.32º | 0.78% | 0.63% | - |
| HSV(B) | 168.32º | 0.64% | 0.92% | - |
| XYZ | 44.19 | 65.18 | 68.01 | - |
| YUV | 186.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 205 | 0.64 | 0 | 0.12 | 0.08 | 168.32 | 0.78 | 0.63 |
| Hex | 55 | EA | CD | 40 | 0 | C | 8 | A8 | 4E | 3F |
| Octal | 125 | 352 | 315 | 100 | 0 | 14 | 10 | 250 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11001101 | 1000000 | 0 | 1100 | 1000 | 10101000 | 1001110 | 111111 |
Color Harmonies of #55EACD
Complementary color
Monochromatic Colors of #55EACD
Black with #55EACD
Text Example
Text Example
White with #55EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EACD; }
p { color: rgb(85,234,205); }
H1.HeaderClassName
{
color: #55EACD;
}
.AnyTagClassName
{
color: #55EACD;
}
</style>
background-color css
<style>
a { background-color: #55EACD; }
a { background-color: rgb(85,234,205); }
div.DivClassName
{
background-color: #55EACD;
}
.BgClassName
{
background-color: #55EACD;
}
</style>
border-color css
<style>
span { border-color: #55EACD; }
span { border-color: rgb(85,234,205); }
td.TdClassName
{
border-color: #55EACD;
}
.TagClassName
{
border-color: #55EACD;
}
</style>