Shades of Bright Turquoise #04ECED
Tints of Bright Turquoise #04ECED
RGB
CMYK
RGB Variations
Color information
#04ECED (or 0x04ECED) is known color: Bright Turquoise. HEX triplet: 04, EC and ED. RGB value is (4,236,237). Sum of RGB (Red+Green+Blue) = 4+236+237=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #04ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECED is #FB1312. Grayscale: #A6A6A6. Windows color (decimal): -16454419 or 15592452. OLE color: 15592452.
HSL color Cylindrical-coordinate representation of color #04ECED: hue angle of 180.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECED is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 237 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.07 |
| HSL | 180.26º | 0.97% | 0.47% | - |
| HSV(B) | 180.26º | 0.98% | 0.93% | - |
| XYZ | 45.33 | 66.13 | 90.5 | - |
| YUV | 166.75 | 167.64 | 11.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 237 | 0.98 | 0.00 | 0 | 0.07 | 180.26 | 0.97 | 0.47 |
| Hex | 4 | EC | ED | 62 | 0 | 0 | 7 | B4 | 61 | 2F |
| Octal | 4 | 354 | 355 | 142 | 0 | 0 | 7 | 264 | 141 | 57 |
| Binary | 100 | 11101100 | 11101101 | 1100010 | 0 | 0 | 111 | 10110100 | 1100001 | 101111 |
Color Harmonies of #04ECED
Complementary color
Monochromatic Colors of #04ECED
Black with #04ECED
Text Example
Text Example
White with #04ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECED; }
p { color: rgb(4,236,237); }
H1.HeaderClassName
{
color: #04ECED;
}
.AnyTagClassName
{
color: #04ECED;
}
</style>
background-color css
<style>
a { background-color: #04ECED; }
a { background-color: rgb(4,236,237); }
div.DivClassName
{
background-color: #04ECED;
}
.BgClassName
{
background-color: #04ECED;
}
</style>
border-color css
<style>
span { border-color: #04ECED; }
span { border-color: rgb(4,236,237); }
td.TdClassName
{
border-color: #04ECED;
}
.TagClassName
{
border-color: #04ECED;
}
</style>