Shades of Bright Turquoise #04EFD4
Tints of Bright Turquoise #04EFD4
RGB
CMYK
RGB Variations
Color information
#04EFD4 (or 0x04EFD4) is known color: Bright Turquoise. HEX triplet: 04, EF and D4. RGB value is (4,239,212). Sum of RGB (Red+Green+Blue) = 4+239+212=455 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFD4 is #FB102B. Grayscale: #A5A5A5. Windows color (decimal): -16453676 or 13954820. OLE color: 13954820.
HSL color Cylindrical-coordinate representation of color #04EFD4: hue angle of 173.11º 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 #04EFD4 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 212 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.06 |
| HSL | 173.11º | 0.97% | 0.48% | - |
| HSV(B) | 173.11º | 0.98% | 0.94% | - |
| XYZ | 42.8 | 66.51 | 72.87 | - |
| YUV | 165.66 | 154.14 | 12.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 212 | 0.98 | 0 | 0.11 | 0.06 | 173.11 | 0.97 | 0.48 |
| Hex | 4 | EF | D4 | 62 | 0 | B | 6 | AD | 61 | 30 |
| Octal | 4 | 357 | 324 | 142 | 0 | 13 | 6 | 255 | 141 | 60 |
| Binary | 100 | 11101111 | 11010100 | 1100010 | 0 | 1011 | 110 | 10101101 | 1100001 | 110000 |
Color Harmonies of #04EFD4
Complementary color
Monochromatic Colors of #04EFD4
Black with #04EFD4
Text Example
Text Example
White with #04EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFD4; }
p { color: rgb(4,239,212); }
H1.HeaderClassName
{
color: #04EFD4;
}
.AnyTagClassName
{
color: #04EFD4;
}
</style>
background-color css
<style>
a { background-color: #04EFD4; }
a { background-color: rgb(4,239,212); }
div.DivClassName
{
background-color: #04EFD4;
}
.BgClassName
{
background-color: #04EFD4;
}
</style>
border-color css
<style>
span { border-color: #04EFD4; }
span { border-color: rgb(4,239,212); }
td.TdClassName
{
border-color: #04EFD4;
}
.TagClassName
{
border-color: #04EFD4;
}
</style>