Shades of Bright Turquoise #04EFC3
Tints of Bright Turquoise #04EFC3
RGB
CMYK
RGB Variations
Color information
#04EFC3 (or 0x04EFC3) is known color: Bright Turquoise. HEX triplet: 04, EF and C3. RGB value is (4,239,195). Sum of RGB (Red+Green+Blue) = 4+239+195=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFC3 is #FB103C. Grayscale: #A3A3A3. Windows color (decimal): -16453693 or 12840708. OLE color: 12840708.
HSL color Cylindrical-coordinate representation of color #04EFC3: hue angle of 168.77º 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 #04EFC3 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 195 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.06 |
| HSL | 168.77º | 0.97% | 0.48% | - |
| HSV(B) | 168.77º | 0.98% | 0.94% | - |
| XYZ | 40.77 | 65.7 | 62.16 | - |
| YUV | 163.72 | 145.64 | 14.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 195 | 0.98 | 0 | 0.18 | 0.06 | 168.77 | 0.97 | 0.48 |
| Hex | 4 | EF | C3 | 62 | 0 | 12 | 6 | A9 | 61 | 30 |
| Octal | 4 | 357 | 303 | 142 | 0 | 22 | 6 | 251 | 141 | 60 |
| Binary | 100 | 11101111 | 11000011 | 1100010 | 0 | 10010 | 110 | 10101001 | 1100001 | 110000 |
Color Harmonies of #04EFC3
Complementary color
Monochromatic Colors of #04EFC3
Black with #04EFC3
Text Example
Text Example
White with #04EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFC3; }
p { color: rgb(4,239,195); }
H1.HeaderClassName
{
color: #04EFC3;
}
.AnyTagClassName
{
color: #04EFC3;
}
</style>
background-color css
<style>
a { background-color: #04EFC3; }
a { background-color: rgb(4,239,195); }
div.DivClassName
{
background-color: #04EFC3;
}
.BgClassName
{
background-color: #04EFC3;
}
</style>
border-color css
<style>
span { border-color: #04EFC3; }
span { border-color: rgb(4,239,195); }
td.TdClassName
{
border-color: #04EFC3;
}
.TagClassName
{
border-color: #04EFC3;
}
</style>