Shades of Bright Turquoise #04DCF1
Tints of Bright Turquoise #04DCF1
RGB
CMYK
RGB Variations
Color information
#04DCF1 (or 0x04DCF1) is known color: Bright Turquoise. HEX triplet: 04, DC and F1. RGB value is (4,220,241). Sum of RGB (Red+Green+Blue) = 4+220+241=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #04DCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCF1 is #FB230E. Grayscale: #9D9D9D. Windows color (decimal): -16458511 or 15850500. OLE color: 15850500.
HSL color Cylindrical-coordinate representation of color #04DCF1: hue angle of 185.32º 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 #04DCF1 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 220 | 241 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.05 |
| HSL | 185.32º | 0.97% | 0.48% | - |
| HSV(B) | 185.32º | 0.98% | 0.95% | - |
| XYZ | 41.52 | 57.56 | 92.14 | - |
| YUV | 157.81 | 174.94 | 18.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 241 | 0.98 | 0.09 | 0 | 0.05 | 185.32 | 0.97 | 0.48 |
| Hex | 4 | DC | F1 | 62 | 9 | 0 | 5 | B9 | 61 | 30 |
| Octal | 4 | 334 | 361 | 142 | 11 | 0 | 5 | 271 | 141 | 60 |
| Binary | 100 | 11011100 | 11110001 | 1100010 | 1001 | 0 | 101 | 10111001 | 1100001 | 110000 |
Color Harmonies of #04DCF1
Complementary color
Monochromatic Colors of #04DCF1
Black with #04DCF1
Text Example
Text Example
White with #04DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCF1; }
p { color: rgb(4,220,241); }
H1.HeaderClassName
{
color: #04DCF1;
}
.AnyTagClassName
{
color: #04DCF1;
}
</style>
background-color css
<style>
a { background-color: #04DCF1; }
a { background-color: rgb(4,220,241); }
div.DivClassName
{
background-color: #04DCF1;
}
.BgClassName
{
background-color: #04DCF1;
}
</style>
border-color css
<style>
span { border-color: #04DCF1; }
span { border-color: rgb(4,220,241); }
td.TdClassName
{
border-color: #04DCF1;
}
.TagClassName
{
border-color: #04DCF1;
}
</style>