Shades of Bright Turquoise #04DBF2
Tints of Bright Turquoise #04DBF2
RGB
CMYK
RGB Variations
Color information
#04DBF2 (or 0x04DBF2) is known color: Bright Turquoise. HEX triplet: 04, DB and F2. RGB value is (4,219,242). Sum of RGB (Red+Green+Blue) = 4+219+242=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #04DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBF2 is #FB240D. Grayscale: #9D9D9D. Windows color (decimal): -16458766 or 15915780. OLE color: 15915780.
HSL color Cylindrical-coordinate representation of color #04DBF2: hue angle of 185.8º 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 #04DBF2 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 219 | 242 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.05 |
| HSL | 185.8º | 0.97% | 0.48% | - |
| HSV(B) | 185.8º | 0.98% | 0.95% | - |
| XYZ | 41.41 | 57.1 | 92.84 | - |
| YUV | 157.34 | 175.77 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 242 | 0.98 | 0.10 | 0 | 0.05 | 185.8 | 0.97 | 0.48 |
| Hex | 4 | DB | F2 | 62 | A | 0 | 5 | BA | 61 | 30 |
| Octal | 4 | 333 | 362 | 142 | 12 | 0 | 5 | 272 | 141 | 60 |
| Binary | 100 | 11011011 | 11110010 | 1100010 | 1010 | 0 | 101 | 10111010 | 1100001 | 110000 |
Color Harmonies of #04DBF2
Complementary color
Monochromatic Colors of #04DBF2
Black with #04DBF2
Text Example
Text Example
White with #04DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBF2; }
p { color: rgb(4,219,242); }
H1.HeaderClassName
{
color: #04DBF2;
}
.AnyTagClassName
{
color: #04DBF2;
}
</style>
background-color css
<style>
a { background-color: #04DBF2; }
a { background-color: rgb(4,219,242); }
div.DivClassName
{
background-color: #04DBF2;
}
.BgClassName
{
background-color: #04DBF2;
}
</style>
border-color css
<style>
span { border-color: #04DBF2; }
span { border-color: rgb(4,219,242); }
td.TdClassName
{
border-color: #04DBF2;
}
.TagClassName
{
border-color: #04DBF2;
}
</style>