Shades of Bright Turquoise #04ECE3
Tints of Bright Turquoise #04ECE3
RGB
CMYK
RGB Variations
Color information
#04ECE3 (or 0x04ECE3) is known color: Bright Turquoise. HEX triplet: 04, EC and E3. RGB value is (4,236,227). Sum of RGB (Red+Green+Blue) = 4+236+227=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECE3 is #FB131C. Grayscale: #A5A5A5. Windows color (decimal): -16454429 or 14937092. OLE color: 14937092.
HSL color Cylindrical-coordinate representation of color #04ECE3: hue angle of 177.67º 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 #04ECE3 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 4 | 236 | 227 | - |
CMYK | 0.98 | 0 | 0.04 | 0.07 |
HSL | 177.67º | 0.97% | 0.47% | - |
HSV(B) | 177.67º | 0.98% | 0.93% | - |
XYZ | 43.91 | 65.56 | 83.01 | - |
YUV | 165.61 | 162.64 | 12.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 236 | 227 | 0.98 | 0 | 0.04 | 0.07 | 177.67 | 0.97 | 0.47 |
Hex | 4 | EC | E3 | 62 | 0 | 4 | 7 | B2 | 61 | 2F |
Octal | 4 | 354 | 343 | 142 | 0 | 4 | 7 | 262 | 141 | 57 |
Binary | 100 | 11101100 | 11100011 | 1100010 | 0 | 100 | 111 | 10110010 | 1100001 | 101111 |
Color Harmonies of #04ECE3
Complementary color
Monochromatic Colors of #04ECE3
Black with #04ECE3
Text Example
Text Example
White with #04ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECE3; }
p { color: rgb(4,236,227); }
H1.HeaderClassName
{
color: #04ECE3;
}
.AnyTagClassName
{
color: #04ECE3;
}
</style>
background-color css
<style>
a { background-color: #04ECE3; }
a { background-color: rgb(4,236,227); }
div.DivClassName
{
background-color: #04ECE3;
}
.BgClassName
{
background-color: #04ECE3;
}
</style>
border-color css
<style>
span { border-color: #04ECE3; }
span { border-color: rgb(4,236,227); }
td.TdClassName
{
border-color: #04ECE3;
}
.TagClassName
{
border-color: #04ECE3;
}
</style>