Shades of Bright Turquoise #04FDDE
Tints of Bright Turquoise #04FDDE
RGB
CMYK
RGB Variations
Color information
#04FDDE (or 0x04FDDE) is known color: Bright Turquoise. HEX triplet: 04, FD and DE. RGB value is (4,253,222). Sum of RGB (Red+Green+Blue) = 4+253+222=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDDE is #FB0221. Grayscale: #AEAEAE. Windows color (decimal): -16450082 or 14613764. OLE color: 14613764.
HSL color Cylindrical-coordinate representation of color #04FDDE: hue angle of 172.53º 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 #04FDDE is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 222 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.01 |
| HSL | 172.53º | 0.98% | 0.5% | - |
| HSV(B) | 172.53º | 0.98% | 0.99% | - |
| XYZ | 48.36 | 75.55 | 81.14 | - |
| YUV | 175.02 | 154.51 | 6.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 222 | 0.98 | 0 | 0.12 | 0.01 | 172.53 | 0.98 | 0.5 |
| Hex | 4 | FD | DE | 62 | 0 | C | 1 | AD | 62 | 32 |
| Octal | 4 | 375 | 336 | 142 | 0 | 14 | 1 | 255 | 142 | 62 |
| Binary | 100 | 11111101 | 11011110 | 1100010 | 0 | 1100 | 1 | 10101101 | 1100010 | 110010 |
Color Harmonies of #04FDDE
Complementary color
Monochromatic Colors of #04FDDE
Black with #04FDDE
Text Example
Text Example
White with #04FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDDE; }
p { color: rgb(4,253,222); }
H1.HeaderClassName
{
color: #04FDDE;
}
.AnyTagClassName
{
color: #04FDDE;
}
</style>
background-color css
<style>
a { background-color: #04FDDE; }
a { background-color: rgb(4,253,222); }
div.DivClassName
{
background-color: #04FDDE;
}
.BgClassName
{
background-color: #04FDDE;
}
</style>
border-color css
<style>
span { border-color: #04FDDE; }
span { border-color: rgb(4,253,222); }
td.TdClassName
{
border-color: #04FDDE;
}
.TagClassName
{
border-color: #04FDDE;
}
</style>