Shades of Bright Turquoise #04EFE2
Tints of Bright Turquoise #04EFE2
RGB
CMYK
RGB Variations
Color information
#04EFE2 (or 0x04EFE2) is known color: Bright Turquoise. HEX triplet: 04, EF and E2. RGB value is (4,239,226). Sum of RGB (Red+Green+Blue) = 4+239+226=469 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFE2 is #FB101D. Grayscale: #A7A7A7. Windows color (decimal): -16453662 or 14872324. OLE color: 14872324.
HSL color Cylindrical-coordinate representation of color #04EFE2: hue angle of 176.68º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EFE2 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 226 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.06 |
| HSL | 176.68º | 0.97% | 0.48% | - |
| HSV(B) | 176.68º | 0.98% | 0.94% | - |
| XYZ | 44.64 | 67.25 | 82.58 | - |
| YUV | 167.25 | 161.14 | 11.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 226 | 0.98 | 0 | 0.05 | 0.06 | 176.68 | 0.97 | 0.48 |
| Hex | 4 | EF | E2 | 62 | 0 | 5 | 6 | B1 | 61 | 30 |
| Octal | 4 | 357 | 342 | 142 | 0 | 5 | 6 | 261 | 141 | 60 |
| Binary | 100 | 11101111 | 11100010 | 1100010 | 0 | 101 | 110 | 10110001 | 1100001 | 110000 |
Color Harmonies of #04EFE2
Complementary color
Monochromatic Colors of #04EFE2
Black with #04EFE2
Text Example
Text Example
White with #04EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFE2; }
p { color: rgb(4,239,226); }
H1.HeaderClassName
{
color: #04EFE2;
}
.AnyTagClassName
{
color: #04EFE2;
}
</style>
background-color css
<style>
a { background-color: #04EFE2; }
a { background-color: rgb(4,239,226); }
div.DivClassName
{
background-color: #04EFE2;
}
.BgClassName
{
background-color: #04EFE2;
}
</style>
border-color css
<style>
span { border-color: #04EFE2; }
span { border-color: rgb(4,239,226); }
td.TdClassName
{
border-color: #04EFE2;
}
.TagClassName
{
border-color: #04EFE2;
}
</style>