Shades of Bright Turquoise #04EDF2
Tints of Bright Turquoise #04EDF2
RGB
CMYK
RGB Variations
Color information
#04EDF2 (or 0x04EDF2) is known color: Bright Turquoise. HEX triplet: 04, ED and F2. RGB value is (4,237,242). Sum of RGB (Red+Green+Blue) = 4+237+242=483 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #04EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EDF2 is #FB120D. Grayscale: #A7A7A7. Windows color (decimal): -16454158 or 15920388. OLE color: 15920388.
HSL color Cylindrical-coordinate representation of color #04EDF2: hue angle of 181.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EDF2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 237 | 242 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.05 |
| HSL | 181.26º | 0.97% | 0.48% | - |
| HSV(B) | 181.26º | 0.98% | 0.95% | - |
| XYZ | 46.36 | 67.01 | 94.49 | - |
| YUV | 167.9 | 169.81 | 11.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 242 | 0.98 | 0.02 | 0 | 0.05 | 181.26 | 0.97 | 0.48 |
| Hex | 4 | ED | F2 | 62 | 2 | 0 | 5 | B5 | 61 | 30 |
| Octal | 4 | 355 | 362 | 142 | 2 | 0 | 5 | 265 | 141 | 60 |
| Binary | 100 | 11101101 | 11110010 | 1100010 | 10 | 0 | 101 | 10110101 | 1100001 | 110000 |
Color Harmonies of #04EDF2
Complementary color
Monochromatic Colors of #04EDF2
Black with #04EDF2
Text Example
Text Example
White with #04EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EDF2; }
p { color: rgb(4,237,242); }
H1.HeaderClassName
{
color: #04EDF2;
}
.AnyTagClassName
{
color: #04EDF2;
}
</style>
background-color css
<style>
a { background-color: #04EDF2; }
a { background-color: rgb(4,237,242); }
div.DivClassName
{
background-color: #04EDF2;
}
.BgClassName
{
background-color: #04EDF2;
}
</style>
border-color css
<style>
span { border-color: #04EDF2; }
span { border-color: rgb(4,237,242); }
td.TdClassName
{
border-color: #04EDF2;
}
.TagClassName
{
border-color: #04EDF2;
}
</style>