Shades of Bright Turquoise #04FADD
Tints of Bright Turquoise #04FADD
RGB
CMYK
RGB Variations
Color information
#04FADD (or 0x04FADD) is known color: Bright Turquoise. HEX triplet: 04, FA and DD. RGB value is (4,250,221). Sum of RGB (Red+Green+Blue) = 4+250+221=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #04FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FADD is #FB0522. Grayscale: #ADADAD. Windows color (decimal): -16450851 or 14547460. OLE color: 14547460.
HSL color Cylindrical-coordinate representation of color #04FADD: hue angle of 172.93º 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 #04FADD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 221 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.02 |
| HSL | 172.93º | 0.97% | 0.5% | - |
| HSV(B) | 172.93º | 0.98% | 0.98% | - |
| XYZ | 47.29 | 73.62 | 80.12 | - |
| YUV | 173.14 | 155 | 7.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 221 | 0.98 | 0 | 0.12 | 0.02 | 172.93 | 0.97 | 0.5 |
| Hex | 4 | FA | DD | 62 | 0 | C | 2 | AD | 61 | 32 |
| Octal | 4 | 372 | 335 | 142 | 0 | 14 | 2 | 255 | 141 | 62 |
| Binary | 100 | 11111010 | 11011101 | 1100010 | 0 | 1100 | 10 | 10101101 | 1100001 | 110010 |
Color Harmonies of #04FADD
Complementary color
Monochromatic Colors of #04FADD
Black with #04FADD
Text Example
Text Example
White with #04FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FADD; }
p { color: rgb(4,250,221); }
H1.HeaderClassName
{
color: #04FADD;
}
.AnyTagClassName
{
color: #04FADD;
}
</style>
background-color css
<style>
a { background-color: #04FADD; }
a { background-color: rgb(4,250,221); }
div.DivClassName
{
background-color: #04FADD;
}
.BgClassName
{
background-color: #04FADD;
}
</style>
border-color css
<style>
span { border-color: #04FADD; }
span { border-color: rgb(4,250,221); }
td.TdClassName
{
border-color: #04FADD;
}
.TagClassName
{
border-color: #04FADD;
}
</style>