Shades of Bright Turquoise #05EACD
Tints of Bright Turquoise #05EACD
RGB
CMYK
RGB Variations
Color information
#05EACD (or 0x05EACD) is known color: Bright Turquoise. HEX triplet: 05, EA and CD. RGB value is (5,234,205). Sum of RGB (Red+Green+Blue) = 5+234+205=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #05EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EACD is #FA1532. Grayscale: #A2A2A2. Windows color (decimal): -16389427 or 13494789. OLE color: 13494789.
HSL color Cylindrical-coordinate representation of color #05EACD: hue angle of 172.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EACD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 205 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.08 |
| HSL | 172.4º | 0.96% | 0.47% | - |
| HSV(B) | 172.4º | 0.98% | 0.92% | - |
| XYZ | 40.5 | 63.29 | 67.84 | - |
| YUV | 162.22 | 152.13 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 205 | 0.98 | 0 | 0.12 | 0.08 | 172.4 | 0.96 | 0.47 |
| Hex | 5 | EA | CD | 62 | 0 | C | 8 | AC | 60 | 2F |
| Octal | 5 | 352 | 315 | 142 | 0 | 14 | 10 | 254 | 140 | 57 |
| Binary | 101 | 11101010 | 11001101 | 1100010 | 0 | 1100 | 1000 | 10101100 | 1100000 | 101111 |
Color Harmonies of #05EACD
Complementary color
Monochromatic Colors of #05EACD
Black with #05EACD
Text Example
Text Example
White with #05EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EACD; }
p { color: rgb(5,234,205); }
H1.HeaderClassName
{
color: #05EACD;
}
.AnyTagClassName
{
color: #05EACD;
}
</style>
background-color css
<style>
a { background-color: #05EACD; }
a { background-color: rgb(5,234,205); }
div.DivClassName
{
background-color: #05EACD;
}
.BgClassName
{
background-color: #05EACD;
}
</style>
border-color css
<style>
span { border-color: #05EACD; }
span { border-color: rgb(5,234,205); }
td.TdClassName
{
border-color: #05EACD;
}
.TagClassName
{
border-color: #05EACD;
}
</style>