Shades of Bright Turquoise #04F5DD
Tints of Bright Turquoise #04F5DD
RGB
CMYK
RGB Variations
Color information
#04F5DD (or 0x04F5DD) is known color: Bright Turquoise. HEX triplet: 04, F5 and DD. RGB value is (4,245,221). Sum of RGB (Red+Green+Blue) = 4+245+221=470 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #04F5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F5DD is #FB0A22. Grayscale: #AAAAAA. Windows color (decimal): -16452131 or 14546180. OLE color: 14546180.
HSL color Cylindrical-coordinate representation of color #04F5DD: hue angle of 174.02º 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 #04F5DD is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 245 | 221 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.04 |
| HSL | 174.02º | 0.97% | 0.49% | - |
| HSV(B) | 174.02º | 0.98% | 0.96% | - |
| XYZ | 45.75 | 70.55 | 79.61 | - |
| YUV | 170.21 | 156.66 | 9.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 245 | 221 | 0.98 | 0 | 0.10 | 0.04 | 174.02 | 0.97 | 0.49 |
| Hex | 4 | F5 | DD | 62 | 0 | A | 4 | AE | 61 | 31 |
| Octal | 4 | 365 | 335 | 142 | 0 | 12 | 4 | 256 | 141 | 61 |
| Binary | 100 | 11110101 | 11011101 | 1100010 | 0 | 1010 | 100 | 10101110 | 1100001 | 110001 |
Color Harmonies of #04F5DD
Complementary color
Monochromatic Colors of #04F5DD
Black with #04F5DD
Text Example
Text Example
White with #04F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F5DD; }
p { color: rgb(4,245,221); }
H1.HeaderClassName
{
color: #04F5DD;
}
.AnyTagClassName
{
color: #04F5DD;
}
</style>
background-color css
<style>
a { background-color: #04F5DD; }
a { background-color: rgb(4,245,221); }
div.DivClassName
{
background-color: #04F5DD;
}
.BgClassName
{
background-color: #04F5DD;
}
</style>
border-color css
<style>
span { border-color: #04F5DD; }
span { border-color: rgb(4,245,221); }
td.TdClassName
{
border-color: #04F5DD;
}
.TagClassName
{
border-color: #04F5DD;
}
</style>