Shades of Bright Turquoise #04F9DD
Tints of Bright Turquoise #04F9DD
RGB
CMYK
RGB Variations
Color information
#04F9DD (or 0x04F9DD) is known color: Bright Turquoise. HEX triplet: 04, F9 and DD. RGB value is (4,249,221). Sum of RGB (Red+Green+Blue) = 4+249+221=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9DD is #FB0622. Grayscale: #ACACAC. Windows color (decimal): -16451107 or 14547204. OLE color: 14547204.
HSL color Cylindrical-coordinate representation of color #04F9DD: hue angle of 173.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F9DD is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 221 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.02 |
| HSL | 173.14º | 0.97% | 0.5% | - |
| HSV(B) | 173.14º | 0.98% | 0.98% | - |
| XYZ | 46.98 | 73 | 80.02 | - |
| YUV | 172.55 | 155.33 | 7.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 221 | 0.98 | 0 | 0.11 | 0.02 | 173.14 | 0.97 | 0.5 |
| Hex | 4 | F9 | DD | 62 | 0 | B | 2 | AD | 61 | 32 |
| Octal | 4 | 371 | 335 | 142 | 0 | 13 | 2 | 255 | 141 | 62 |
| Binary | 100 | 11111001 | 11011101 | 1100010 | 0 | 1011 | 10 | 10101101 | 1100001 | 110010 |
Color Harmonies of #04F9DD
Complementary color
Monochromatic Colors of #04F9DD
Black with #04F9DD
Text Example
Text Example
White with #04F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F9DD; }
p { color: rgb(4,249,221); }
H1.HeaderClassName
{
color: #04F9DD;
}
.AnyTagClassName
{
color: #04F9DD;
}
</style>
background-color css
<style>
a { background-color: #04F9DD; }
a { background-color: rgb(4,249,221); }
div.DivClassName
{
background-color: #04F9DD;
}
.BgClassName
{
background-color: #04F9DD;
}
</style>
border-color css
<style>
span { border-color: #04F9DD; }
span { border-color: rgb(4,249,221); }
td.TdClassName
{
border-color: #04F9DD;
}
.TagClassName
{
border-color: #04F9DD;
}
</style>