Shades of Bright Turquoise #04EDEF
Tints of Bright Turquoise #04EDEF
RGB
CMYK
RGB Variations
Color information
#04EDEF (or 0x04EDEF) is known color: Bright Turquoise. HEX triplet: 04, ED and EF. RGB value is (4,237,239). Sum of RGB (Red+Green+Blue) = 4+237+239=480 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #04EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EDEF is #FB1210. Grayscale: #A7A7A7. Windows color (decimal): -16454161 or 15723780. OLE color: 15723780.
HSL color Cylindrical-coordinate representation of color #04EDEF: hue angle of 180.51º 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 #04EDEF is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 237 | 239 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.06 |
| HSL | 180.51º | 0.97% | 0.48% | - |
| HSV(B) | 180.51º | 0.98% | 0.94% | - |
| XYZ | 45.91 | 66.83 | 92.14 | - |
| YUV | 167.56 | 168.31 | 11.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 239 | 0.98 | 0.01 | 0 | 0.06 | 180.51 | 0.97 | 0.48 |
| Hex | 4 | ED | EF | 62 | 1 | 0 | 6 | B5 | 61 | 30 |
| Octal | 4 | 355 | 357 | 142 | 1 | 0 | 6 | 265 | 141 | 60 |
| Binary | 100 | 11101101 | 11101111 | 1100010 | 1 | 0 | 110 | 10110101 | 1100001 | 110000 |
Color Harmonies of #04EDEF
Complementary color
Monochromatic Colors of #04EDEF
Black with #04EDEF
Text Example
Text Example
White with #04EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EDEF; }
p { color: rgb(4,237,239); }
H1.HeaderClassName
{
color: #04EDEF;
}
.AnyTagClassName
{
color: #04EDEF;
}
</style>
background-color css
<style>
a { background-color: #04EDEF; }
a { background-color: rgb(4,237,239); }
div.DivClassName
{
background-color: #04EDEF;
}
.BgClassName
{
background-color: #04EDEF;
}
</style>
border-color css
<style>
span { border-color: #04EDEF; }
span { border-color: rgb(4,237,239); }
td.TdClassName
{
border-color: #04EDEF;
}
.TagClassName
{
border-color: #04EDEF;
}
</style>