Shades of Bright Turquoise #04DFE7
Tints of Bright Turquoise #04DFE7
RGB
CMYK
RGB Variations
Color information
#04DFE7 (or 0x04DFE7) is known color: Bright Turquoise. HEX triplet: 04, DF and E7. RGB value is (4,223,231). Sum of RGB (Red+Green+Blue) = 4+223+231=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #04DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFE7 is #FB2018. Grayscale: #9E9E9E. Windows color (decimal): -16457753 or 15195908. OLE color: 15195908.
HSL color Cylindrical-coordinate representation of color #04DFE7: hue angle of 182.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFE7 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 223 | 231 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.09 |
| HSL | 182.11º | 0.97% | 0.46% | - |
| HSV(B) | 182.11º | 0.98% | 0.91% | - |
| XYZ | 40.86 | 58.57 | 84.75 | - |
| YUV | 158.43 | 168.95 | 17.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 231 | 0.98 | 0.03 | 0 | 0.09 | 182.11 | 0.97 | 0.46 |
| Hex | 4 | DF | E7 | 62 | 3 | 0 | 9 | B6 | 61 | 2E |
| Octal | 4 | 337 | 347 | 142 | 3 | 0 | 11 | 266 | 141 | 56 |
| Binary | 100 | 11011111 | 11100111 | 1100010 | 11 | 0 | 1001 | 10110110 | 1100001 | 101110 |
Color Harmonies of #04DFE7
Complementary color
Monochromatic Colors of #04DFE7
Black with #04DFE7
Text Example
Text Example
White with #04DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFE7; }
p { color: rgb(4,223,231); }
H1.HeaderClassName
{
color: #04DFE7;
}
.AnyTagClassName
{
color: #04DFE7;
}
</style>
background-color css
<style>
a { background-color: #04DFE7; }
a { background-color: rgb(4,223,231); }
div.DivClassName
{
background-color: #04DFE7;
}
.BgClassName
{
background-color: #04DFE7;
}
</style>
border-color css
<style>
span { border-color: #04DFE7; }
span { border-color: rgb(4,223,231); }
td.TdClassName
{
border-color: #04DFE7;
}
.TagClassName
{
border-color: #04DFE7;
}
</style>