Shades of Bright Turquoise #04EAEA
Tints of Bright Turquoise #04EAEA
RGB
CMYK
RGB Variations
Color information
#04EAEA (or 0x04EAEA) is known color: Bright Turquoise. HEX triplet: 04, EA and EA. RGB value is (4,234,234). Sum of RGB (Red+Green+Blue) = 4+234+234=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #04EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EAEA is #FB1515. Grayscale: #A5A5A5. Windows color (decimal): -16454934 or 15395332. OLE color: 15395332.
HSL color Cylindrical-coordinate representation of color #04EAEA: hue angle of 180º degrees, saturation: 0.97, 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 #04EAEA is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 234 | 234 | - |
| CMYK | 0.98 | 0 | 0 | 0.08 |
| HSL | 180º | 0.97% | 0.47% | - |
| HSV(B) | 180º | 0.98% | 0.92% | - |
| XYZ | 44.32 | 64.81 | 88.02 | - |
| YUV | 165.23 | 166.8 | 13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 234 | 234 | 0.98 | 0 | 0 | 0.08 | 180 | 0.97 | 0.47 |
| Hex | 4 | EA | EA | 62 | 0 | 0 | 8 | B4 | 61 | 2F |
| Octal | 4 | 352 | 352 | 142 | 0 | 0 | 10 | 264 | 141 | 57 |
| Binary | 100 | 11101010 | 11101010 | 1100010 | 0 | 0 | 1000 | 10110100 | 1100001 | 101111 |
Color Harmonies of #04EAEA
Complementary color
Monochromatic Colors of #04EAEA
Black with #04EAEA
Text Example
Text Example
White with #04EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EAEA; }
p { color: rgb(4,234,234); }
H1.HeaderClassName
{
color: #04EAEA;
}
.AnyTagClassName
{
color: #04EAEA;
}
</style>
background-color css
<style>
a { background-color: #04EAEA; }
a { background-color: rgb(4,234,234); }
div.DivClassName
{
background-color: #04EAEA;
}
.BgClassName
{
background-color: #04EAEA;
}
</style>
border-color css
<style>
span { border-color: #04EAEA; }
span { border-color: rgb(4,234,234); }
td.TdClassName
{
border-color: #04EAEA;
}
.TagClassName
{
border-color: #04EAEA;
}
</style>