Shades of Bright Turquoise #04DEDF
Tints of Bright Turquoise #04DEDF
RGB
CMYK
RGB Variations
Color information
#04DEDF (or 0x04DEDF) is known color: Bright Turquoise. HEX triplet: 04, DE and DF. RGB value is (4,222,223). Sum of RGB (Red+Green+Blue) = 4+222+223=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #04DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DEDF is #FB2120. Grayscale: #9C9C9C. Windows color (decimal): -16458017 or 14671364. OLE color: 14671364.
HSL color Cylindrical-coordinate representation of color #04DEDF: hue angle of 180.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DEDF is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 222 | 223 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.13 |
| HSL | 180.27º | 0.96% | 0.45% | - |
| HSV(B) | 180.27º | 0.98% | 0.87% | - |
| XYZ | 39.49 | 57.6 | 78.85 | - |
| YUV | 156.93 | 165.28 | 18.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 223 | 0.98 | 0.00 | 0 | 0.13 | 180.27 | 0.96 | 0.45 |
| Hex | 4 | DE | DF | 62 | 0 | 0 | D | B4 | 60 | 2D |
| Octal | 4 | 336 | 337 | 142 | 0 | 0 | 15 | 264 | 140 | 55 |
| Binary | 100 | 11011110 | 11011111 | 1100010 | 0 | 0 | 1101 | 10110100 | 1100000 | 101101 |
Color Harmonies of #04DEDF
Complementary color
Monochromatic Colors of #04DEDF
Black with #04DEDF
Text Example
Text Example
White with #04DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEDF; }
p { color: rgb(4,222,223); }
H1.HeaderClassName
{
color: #04DEDF;
}
.AnyTagClassName
{
color: #04DEDF;
}
</style>
background-color css
<style>
a { background-color: #04DEDF; }
a { background-color: rgb(4,222,223); }
div.DivClassName
{
background-color: #04DEDF;
}
.BgClassName
{
background-color: #04DEDF;
}
</style>
border-color css
<style>
span { border-color: #04DEDF; }
span { border-color: rgb(4,222,223); }
td.TdClassName
{
border-color: #04DEDF;
}
.TagClassName
{
border-color: #04DEDF;
}
</style>