Shades of Bright Turquoise #04DCF2
Tints of Bright Turquoise #04DCF2
RGB
CMYK
RGB Variations
Color information
#04DCF2 (or 0x04DCF2) is known color: Bright Turquoise. HEX triplet: 04, DC and F2. RGB value is (4,220,242). Sum of RGB (Red+Green+Blue) = 4+220+242=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #04DCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCF2 is #FB230D. Grayscale: #9D9D9D. Windows color (decimal): -16458510 or 15916036. OLE color: 15916036.
HSL color Cylindrical-coordinate representation of color #04DCF2: hue angle of 185.55º 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 #04DCF2 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 220 | 242 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.05 |
| HSL | 185.55º | 0.97% | 0.48% | - |
| HSV(B) | 185.55º | 0.98% | 0.95% | - |
| XYZ | 41.67 | 57.62 | 92.93 | - |
| YUV | 157.92 | 175.44 | 18.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 242 | 0.98 | 0.09 | 0 | 0.05 | 185.55 | 0.97 | 0.48 |
| Hex | 4 | DC | F2 | 62 | 9 | 0 | 5 | BA | 61 | 30 |
| Octal | 4 | 334 | 362 | 142 | 11 | 0 | 5 | 272 | 141 | 60 |
| Binary | 100 | 11011100 | 11110010 | 1100010 | 1001 | 0 | 101 | 10111010 | 1100001 | 110000 |
Color Harmonies of #04DCF2
Complementary color
Monochromatic Colors of #04DCF2
Black with #04DCF2
Text Example
Text Example
White with #04DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCF2; }
p { color: rgb(4,220,242); }
H1.HeaderClassName
{
color: #04DCF2;
}
.AnyTagClassName
{
color: #04DCF2;
}
</style>
background-color css
<style>
a { background-color: #04DCF2; }
a { background-color: rgb(4,220,242); }
div.DivClassName
{
background-color: #04DCF2;
}
.BgClassName
{
background-color: #04DCF2;
}
</style>
border-color css
<style>
span { border-color: #04DCF2; }
span { border-color: rgb(4,220,242); }
td.TdClassName
{
border-color: #04DCF2;
}
.TagClassName
{
border-color: #04DCF2;
}
</style>