Shades of Bright Turquoise #05EACA
Tints of Bright Turquoise #05EACA
RGB
CMYK
RGB Variations
Color information
#05EACA (or 0x05EACA) is known color: Bright Turquoise. HEX triplet: 05, EA and CA. RGB value is (5,234,202). Sum of RGB (Red+Green+Blue) = 5+234+202=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #05EACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EACA is #FA1535. Grayscale: #A1A1A1. Windows color (decimal): -16389430 or 13298181. OLE color: 13298181.
HSL color Cylindrical-coordinate representation of color #05EACA: hue angle of 171.62º 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 #05EACA is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 202 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.08 |
| HSL | 171.62º | 0.96% | 0.47% | - |
| HSV(B) | 171.62º | 0.98% | 0.92% | - |
| XYZ | 40.15 | 63.14 | 65.95 | - |
| YUV | 161.88 | 150.63 | 16.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 202 | 0.98 | 0 | 0.14 | 0.08 | 171.62 | 0.96 | 0.47 |
| Hex | 5 | EA | CA | 62 | 0 | E | 8 | AC | 60 | 2F |
| Octal | 5 | 352 | 312 | 142 | 0 | 16 | 10 | 254 | 140 | 57 |
| Binary | 101 | 11101010 | 11001010 | 1100010 | 0 | 1110 | 1000 | 10101100 | 1100000 | 101111 |
Color Harmonies of #05EACA
Complementary color
Monochromatic Colors of #05EACA
Black with #05EACA
Text Example
Text Example
White with #05EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EACA; }
p { color: rgb(5,234,202); }
H1.HeaderClassName
{
color: #05EACA;
}
.AnyTagClassName
{
color: #05EACA;
}
</style>
background-color css
<style>
a { background-color: #05EACA; }
a { background-color: rgb(5,234,202); }
div.DivClassName
{
background-color: #05EACA;
}
.BgClassName
{
background-color: #05EACA;
}
</style>
border-color css
<style>
span { border-color: #05EACA; }
span { border-color: rgb(5,234,202); }
td.TdClassName
{
border-color: #05EACA;
}
.TagClassName
{
border-color: #05EACA;
}
</style>