Shades of Turquoise #55EADC
Tints of Turquoise #55EADC
RGB
CMYK
RGB Variations
Color information
#55EADC (or 0x55EADC) is known color: Turquoise. HEX triplet: 55, EA and DC. RGB value is (85,234,220). Sum of RGB (Red+Green+Blue) = 85+234+220=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #55EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EADC is #AA1523. Grayscale: #BBBBBB. Windows color (decimal): -11146532 or 14477909. OLE color: 14477909.
HSL color Cylindrical-coordinate representation of color #55EADC: hue angle of 174.36º 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 #55EADC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 220 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.08 |
| HSL | 174.36º | 0.78% | 0.63% | - |
| HSV(B) | 174.36º | 0.64% | 0.92% | - |
| XYZ | 46.09 | 65.94 | 78.01 | - |
| YUV | 187.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 220 | 0.64 | 0 | 0.06 | 0.08 | 174.36 | 0.78 | 0.63 |
| Hex | 55 | EA | DC | 40 | 0 | 6 | 8 | AE | 4E | 3F |
| Octal | 125 | 352 | 334 | 100 | 0 | 6 | 10 | 256 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11011100 | 1000000 | 0 | 110 | 1000 | 10101110 | 1001110 | 111111 |
Color Harmonies of #55EADC
Complementary color
Monochromatic Colors of #55EADC
Black with #55EADC
Text Example
Text Example
White with #55EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EADC; }
p { color: rgb(85,234,220); }
H1.HeaderClassName
{
color: #55EADC;
}
.AnyTagClassName
{
color: #55EADC;
}
</style>
background-color css
<style>
a { background-color: #55EADC; }
a { background-color: rgb(85,234,220); }
div.DivClassName
{
background-color: #55EADC;
}
.BgClassName
{
background-color: #55EADC;
}
</style>
border-color css
<style>
span { border-color: #55EADC; }
span { border-color: rgb(85,234,220); }
td.TdClassName
{
border-color: #55EADC;
}
.TagClassName
{
border-color: #55EADC;
}
</style>