Shades of Bright Turquoise #04FDD5
Tints of Bright Turquoise #04FDD5
RGB
CMYK
RGB Variations
Color information
#04FDD5 (or 0x04FDD5) is known color: Bright Turquoise. HEX triplet: 04, FD and D5. RGB value is (4,253,213). Sum of RGB (Red+Green+Blue) = 4+253+213=470 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDD5 is #FB022A. Grayscale: #ADADAD. Windows color (decimal): -16450091 or 14023940. OLE color: 14023940.
HSL color Cylindrical-coordinate representation of color #04FDD5: hue angle of 170.36º 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 #04FDD5 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 213 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.01 |
| HSL | 170.36º | 0.98% | 0.5% | - |
| HSV(B) | 170.36º | 0.98% | 0.99% | - |
| XYZ | 47.19 | 75.08 | 74.96 | - |
| YUV | 173.99 | 150.01 | 6.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 213 | 0.98 | 0 | 0.16 | 0.01 | 170.36 | 0.98 | 0.5 |
| Hex | 4 | FD | D5 | 62 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 4 | 375 | 325 | 142 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 100 | 11111101 | 11010101 | 1100010 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #04FDD5
Complementary color
Monochromatic Colors of #04FDD5
Black with #04FDD5
Text Example
Text Example
White with #04FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDD5; }
p { color: rgb(4,253,213); }
H1.HeaderClassName
{
color: #04FDD5;
}
.AnyTagClassName
{
color: #04FDD5;
}
</style>
background-color css
<style>
a { background-color: #04FDD5; }
a { background-color: rgb(4,253,213); }
div.DivClassName
{
background-color: #04FDD5;
}
.BgClassName
{
background-color: #04FDD5;
}
</style>
border-color css
<style>
span { border-color: #04FDD5; }
span { border-color: rgb(4,253,213); }
td.TdClassName
{
border-color: #04FDD5;
}
.TagClassName
{
border-color: #04FDD5;
}
</style>