Shades of Bright Turquoise #05EABB
Tints of Bright Turquoise #05EABB
RGB
CMYK
RGB Variations
Color information
#05EABB (or 0x05EABB) is known color: Bright Turquoise. HEX triplet: 05, EA and BB. RGB value is (5,234,187). Sum of RGB (Red+Green+Blue) = 5+234+187=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #05EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EABB is #FA1544. Grayscale: #A0A0A0. Windows color (decimal): -16389445 or 12315141. OLE color: 12315141.
HSL color Cylindrical-coordinate representation of color #05EABB: hue angle of 167.69º 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 #05EABB is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 187 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.08 |
| HSL | 167.69º | 0.96% | 0.47% | - |
| HSV(B) | 167.69º | 0.98% | 0.92% | - |
| XYZ | 38.46 | 62.47 | 57.04 | - |
| YUV | 160.17 | 143.13 | 17.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 187 | 0.98 | 0 | 0.20 | 0.08 | 167.69 | 0.96 | 0.47 |
| Hex | 5 | EA | BB | 62 | 0 | 14 | 8 | A8 | 60 | 2F |
| Octal | 5 | 352 | 273 | 142 | 0 | 24 | 10 | 250 | 140 | 57 |
| Binary | 101 | 11101010 | 10111011 | 1100010 | 0 | 10100 | 1000 | 10101000 | 1100000 | 101111 |
Color Harmonies of #05EABB
Complementary color
Monochromatic Colors of #05EABB
Black with #05EABB
Text Example
Text Example
White with #05EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EABB; }
p { color: rgb(5,234,187); }
H1.HeaderClassName
{
color: #05EABB;
}
.AnyTagClassName
{
color: #05EABB;
}
</style>
background-color css
<style>
a { background-color: #05EABB; }
a { background-color: rgb(5,234,187); }
div.DivClassName
{
background-color: #05EABB;
}
.BgClassName
{
background-color: #05EABB;
}
</style>
border-color css
<style>
span { border-color: #05EABB; }
span { border-color: rgb(5,234,187); }
td.TdClassName
{
border-color: #05EABB;
}
.TagClassName
{
border-color: #05EABB;
}
</style>