Shades of Bright Turquoise #04FDD7
Tints of Bright Turquoise #04FDD7
RGB
CMYK
RGB Variations
Color information
#04FDD7 (or 0x04FDD7) is known color: Bright Turquoise. HEX triplet: 04, FD and D7. RGB value is (4,253,215). Sum of RGB (Red+Green+Blue) = 4+253+215=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDD7 is #FB0228. Grayscale: #AEAEAE. Windows color (decimal): -16450089 or 14155012. OLE color: 14155012.
HSL color Cylindrical-coordinate representation of color #04FDD7: hue angle of 170.84º 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 #04FDD7 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 215 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.01 |
| HSL | 170.84º | 0.98% | 0.5% | - |
| HSV(B) | 170.84º | 0.98% | 0.99% | - |
| XYZ | 47.44 | 75.18 | 76.3 | - |
| YUV | 174.22 | 151.01 | 6.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 215 | 0.98 | 0 | 0.15 | 0.01 | 170.84 | 0.98 | 0.5 |
| Hex | 4 | FD | D7 | 62 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 4 | 375 | 327 | 142 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 100 | 11111101 | 11010111 | 1100010 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #04FDD7
Complementary color
Monochromatic Colors of #04FDD7
Black with #04FDD7
Text Example
Text Example
White with #04FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDD7; }
p { color: rgb(4,253,215); }
H1.HeaderClassName
{
color: #04FDD7;
}
.AnyTagClassName
{
color: #04FDD7;
}
</style>
background-color css
<style>
a { background-color: #04FDD7; }
a { background-color: rgb(4,253,215); }
div.DivClassName
{
background-color: #04FDD7;
}
.BgClassName
{
background-color: #04FDD7;
}
</style>
border-color css
<style>
span { border-color: #04FDD7; }
span { border-color: rgb(4,253,215); }
td.TdClassName
{
border-color: #04FDD7;
}
.TagClassName
{
border-color: #04FDD7;
}
</style>