Shades of Bright Turquoise #04EFEC
Tints of Bright Turquoise #04EFEC
RGB
CMYK
RGB Variations
Color information
#04EFEC (or 0x04EFEC) is known color: Bright Turquoise. HEX triplet: 04, EF and EC. RGB value is (4,239,236). Sum of RGB (Red+Green+Blue) = 4+239+236=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EFEC is #FB1013. Grayscale: #A8A8A8. Windows color (decimal): -16453652 or 15527684. OLE color: 15527684.
HSL color Cylindrical-coordinate representation of color #04EFEC: hue angle of 179.23º 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 #04EFEC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 236 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.06 |
| HSL | 179.23º | 0.97% | 0.48% | - |
| HSV(B) | 179.23º | 0.98% | 0.94% | - |
| XYZ | 46.06 | 67.81 | 90.02 | - |
| YUV | 168.39 | 166.14 | 10.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 236 | 0.98 | 0 | 0.01 | 0.06 | 179.23 | 0.97 | 0.48 |
| Hex | 4 | EF | EC | 62 | 0 | 1 | 6 | B3 | 61 | 30 |
| Octal | 4 | 357 | 354 | 142 | 0 | 1 | 6 | 263 | 141 | 60 |
| Binary | 100 | 11101111 | 11101100 | 1100010 | 0 | 1 | 110 | 10110011 | 1100001 | 110000 |
Color Harmonies of #04EFEC
Complementary color
Monochromatic Colors of #04EFEC
Black with #04EFEC
Text Example
Text Example
White with #04EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFEC; }
p { color: rgb(4,239,236); }
H1.HeaderClassName
{
color: #04EFEC;
}
.AnyTagClassName
{
color: #04EFEC;
}
</style>
background-color css
<style>
a { background-color: #04EFEC; }
a { background-color: rgb(4,239,236); }
div.DivClassName
{
background-color: #04EFEC;
}
.BgClassName
{
background-color: #04EFEC;
}
</style>
border-color css
<style>
span { border-color: #04EFEC; }
span { border-color: rgb(4,239,236); }
td.TdClassName
{
border-color: #04EFEC;
}
.TagClassName
{
border-color: #04EFEC;
}
</style>