Shades of Bright Turquoise #04DFF6
Tints of Bright Turquoise #04DFF6
RGB
CMYK
RGB Variations
Color information
#04DFF6 (or 0x04DFF6) is known color: Bright Turquoise. HEX triplet: 04, DF and F6. RGB value is (4,223,246). Sum of RGB (Red+Green+Blue) = 4+223+246=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #04DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFF6 is #FB2009. Grayscale: #9F9F9F. Windows color (decimal): -16457738 or 16178948. OLE color: 16178948.
HSL color Cylindrical-coordinate representation of color #04DFF6: hue angle of 185.7º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFF6 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 223 | 246 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.04 |
| HSL | 185.7º | 0.97% | 0.49% | - |
| HSV(B) | 185.7º | 0.98% | 0.96% | - |
| XYZ | 43.07 | 59.45 | 96.39 | - |
| YUV | 160.14 | 176.45 | 16.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 246 | 0.98 | 0.09 | 0 | 0.04 | 185.7 | 0.97 | 0.49 |
| Hex | 4 | DF | F6 | 62 | 9 | 0 | 4 | BA | 61 | 31 |
| Octal | 4 | 337 | 366 | 142 | 11 | 0 | 4 | 272 | 141 | 61 |
| Binary | 100 | 11011111 | 11110110 | 1100010 | 1001 | 0 | 100 | 10111010 | 1100001 | 110001 |
Color Harmonies of #04DFF6
Complementary color
Monochromatic Colors of #04DFF6
Black with #04DFF6
Text Example
Text Example
White with #04DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFF6; }
p { color: rgb(4,223,246); }
H1.HeaderClassName
{
color: #04DFF6;
}
.AnyTagClassName
{
color: #04DFF6;
}
</style>
background-color css
<style>
a { background-color: #04DFF6; }
a { background-color: rgb(4,223,246); }
div.DivClassName
{
background-color: #04DFF6;
}
.BgClassName
{
background-color: #04DFF6;
}
</style>
border-color css
<style>
span { border-color: #04DFF6; }
span { border-color: rgb(4,223,246); }
td.TdClassName
{
border-color: #04DFF6;
}
.TagClassName
{
border-color: #04DFF6;
}
</style>