Shades of Bright Turquoise #04F9D5
Tints of Bright Turquoise #04F9D5
RGB
CMYK
RGB Variations
Color information
#04F9D5 (or 0x04F9D5) is known color: Bright Turquoise. HEX triplet: 04, F9 and D5. RGB value is (4,249,213). Sum of RGB (Red+Green+Blue) = 4+249+213=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9D5 is #FB062A. Grayscale: #ABABAB. Windows color (decimal): -16451115 or 14022916. OLE color: 14022916.
HSL color Cylindrical-coordinate representation of color #04F9D5: hue angle of 171.18º 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 #04F9D5 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 213 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.02 |
| HSL | 171.18º | 0.97% | 0.5% | - |
| HSV(B) | 171.18º | 0.98% | 0.98% | - |
| XYZ | 45.94 | 72.58 | 74.54 | - |
| YUV | 171.64 | 151.33 | 8.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 213 | 0.98 | 0 | 0.14 | 0.02 | 171.18 | 0.97 | 0.5 |
| Hex | 4 | F9 | D5 | 62 | 0 | E | 2 | AB | 61 | 32 |
| Octal | 4 | 371 | 325 | 142 | 0 | 16 | 2 | 253 | 141 | 62 |
| Binary | 100 | 11111001 | 11010101 | 1100010 | 0 | 1110 | 10 | 10101011 | 1100001 | 110010 |
Color Harmonies of #04F9D5
Complementary color
Monochromatic Colors of #04F9D5
Black with #04F9D5
Text Example
Text Example
White with #04F9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F9D5; }
p { color: rgb(4,249,213); }
H1.HeaderClassName
{
color: #04F9D5;
}
.AnyTagClassName
{
color: #04F9D5;
}
</style>
background-color css
<style>
a { background-color: #04F9D5; }
a { background-color: rgb(4,249,213); }
div.DivClassName
{
background-color: #04F9D5;
}
.BgClassName
{
background-color: #04F9D5;
}
</style>
border-color css
<style>
span { border-color: #04F9D5; }
span { border-color: rgb(4,249,213); }
td.TdClassName
{
border-color: #04F9D5;
}
.TagClassName
{
border-color: #04F9D5;
}
</style>