Shades of Bright Turquoise #04F5D3
Tints of Bright Turquoise #04F5D3
RGB
CMYK
RGB Variations
Color information
#04F5D3 (or 0x04F5D3) is known color: Bright Turquoise. HEX triplet: 04, F5 and D3. RGB value is (4,245,211). Sum of RGB (Red+Green+Blue) = 4+245+211=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #04F5D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F5D3 is #FB0A2C. Grayscale: #A8A8A8. Windows color (decimal): -16452141 or 13890820. OLE color: 13890820.
HSL color Cylindrical-coordinate representation of color #04F5D3: hue angle of 171.54º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F5D3 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 245 | 211 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.04 |
| HSL | 171.54º | 0.97% | 0.49% | - |
| HSV(B) | 171.54º | 0.98% | 0.96% | - |
| XYZ | 44.46 | 70.03 | 72.8 | - |
| YUV | 169.07 | 151.66 | 10.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 245 | 211 | 0.98 | 0 | 0.14 | 0.04 | 171.54 | 0.97 | 0.49 |
| Hex | 4 | F5 | D3 | 62 | 0 | E | 4 | AC | 61 | 31 |
| Octal | 4 | 365 | 323 | 142 | 0 | 16 | 4 | 254 | 141 | 61 |
| Binary | 100 | 11110101 | 11010011 | 1100010 | 0 | 1110 | 100 | 10101100 | 1100001 | 110001 |
Color Harmonies of #04F5D3
Complementary color
Monochromatic Colors of #04F5D3
Black with #04F5D3
Text Example
Text Example
White with #04F5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F5D3; }
p { color: rgb(4,245,211); }
H1.HeaderClassName
{
color: #04F5D3;
}
.AnyTagClassName
{
color: #04F5D3;
}
</style>
background-color css
<style>
a { background-color: #04F5D3; }
a { background-color: rgb(4,245,211); }
div.DivClassName
{
background-color: #04F5D3;
}
.BgClassName
{
background-color: #04F5D3;
}
</style>
border-color css
<style>
span { border-color: #04F5D3; }
span { border-color: rgb(4,245,211); }
td.TdClassName
{
border-color: #04F5D3;
}
.TagClassName
{
border-color: #04F5D3;
}
</style>