Shades of Dark Turquoise #04BEE2
Tints of Dark Turquoise #04BEE2
RGB
CMYK
RGB Variations
Color information
#04BEE2 (or 0x04BEE2) is known color: Dark Turquoise. HEX triplet: 04, BE and E2. RGB value is (4,190,226). Sum of RGB (Red+Green+Blue) = 4+190+226=420 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #04BEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEE2 is #FB411D. Grayscale: #8A8A8A. Windows color (decimal): -16466206 or 14859780. OLE color: 14859780.
HSL color Cylindrical-coordinate representation of color #04BEE2: hue angle of 189.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEE2 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 190 | 226 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.11 |
| HSL | 189.73º | 0.97% | 0.45% | - |
| HSV(B) | 189.73º | 0.98% | 0.89% | - |
| XYZ | 32.19 | 42.34 | 78.43 | - |
| YUV | 138.49 | 177.38 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 226 | 0.98 | 0.16 | 0 | 0.11 | 189.73 | 0.97 | 0.45 |
| Hex | 4 | BE | E2 | 62 | 10 | 0 | B | BE | 61 | 2D |
| Octal | 4 | 276 | 342 | 142 | 20 | 0 | 13 | 276 | 141 | 55 |
| Binary | 100 | 10111110 | 11100010 | 1100010 | 10000 | 0 | 1011 | 10111110 | 1100001 | 101101 |
Color Harmonies of #04BEE2
Complementary color
Monochromatic Colors of #04BEE2
Black with #04BEE2
Text Example
Text Example
White with #04BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEE2; }
p { color: rgb(4,190,226); }
H1.HeaderClassName
{
color: #04BEE2;
}
.AnyTagClassName
{
color: #04BEE2;
}
</style>
background-color css
<style>
a { background-color: #04BEE2; }
a { background-color: rgb(4,190,226); }
div.DivClassName
{
background-color: #04BEE2;
}
.BgClassName
{
background-color: #04BEE2;
}
</style>
border-color css
<style>
span { border-color: #04BEE2; }
span { border-color: rgb(4,190,226); }
td.TdClassName
{
border-color: #04BEE2;
}
.TagClassName
{
border-color: #04BEE2;
}
</style>