Shades of Bright Turquoise #04FDDF
Tints of Bright Turquoise #04FDDF
RGB
CMYK
RGB Variations
Color information
#04FDDF (or 0x04FDDF) is known color: Bright Turquoise. HEX triplet: 04, FD and DF. RGB value is (4,253,223). Sum of RGB (Red+Green+Blue) = 4+253+223=480 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDDF is #FB0220. Grayscale: #AEAEAE. Windows color (decimal): -16450081 or 14679300. OLE color: 14679300.
HSL color Cylindrical-coordinate representation of color #04FDDF: hue angle of 172.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FDDF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 223 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.01 |
| HSL | 172.77º | 0.98% | 0.5% | - |
| HSV(B) | 172.77º | 0.98% | 0.99% | - |
| XYZ | 48.49 | 75.6 | 81.85 | - |
| YUV | 175.13 | 155.01 | 5.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 223 | 0.98 | 0 | 0.12 | 0.01 | 172.77 | 0.98 | 0.5 |
| Hex | 4 | FD | DF | 62 | 0 | C | 1 | AD | 62 | 32 |
| Octal | 4 | 375 | 337 | 142 | 0 | 14 | 1 | 255 | 142 | 62 |
| Binary | 100 | 11111101 | 11011111 | 1100010 | 0 | 1100 | 1 | 10101101 | 1100010 | 110010 |
Color Harmonies of #04FDDF
Complementary color
Monochromatic Colors of #04FDDF
Black with #04FDDF
Text Example
Text Example
White with #04FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDDF; }
p { color: rgb(4,253,223); }
H1.HeaderClassName
{
color: #04FDDF;
}
.AnyTagClassName
{
color: #04FDDF;
}
</style>
background-color css
<style>
a { background-color: #04FDDF; }
a { background-color: rgb(4,253,223); }
div.DivClassName
{
background-color: #04FDDF;
}
.BgClassName
{
background-color: #04FDDF;
}
</style>
border-color css
<style>
span { border-color: #04FDDF; }
span { border-color: rgb(4,253,223); }
td.TdClassName
{
border-color: #04FDDF;
}
.TagClassName
{
border-color: #04FDDF;
}
</style>