Shades of Bright Turquoise #04FFD8
Tints of Bright Turquoise #04FFD8
RGB
CMYK
RGB Variations
Color information
#04FFD8 (or 0x04FFD8) is known color: Bright Turquoise. HEX triplet: 04, FF and D8. RGB value is (4,255,216). Sum of RGB (Red+Green+Blue) = 4+255+216=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFD8 is #FB0027. Grayscale: #AFAFAF. Windows color (decimal): -16449576 or 14221060. OLE color: 14221060.
HSL color Cylindrical-coordinate representation of color #04FFD8: hue angle of 170.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFD8 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 216 | - |
| CMYK | 0.98 | 0 | 0.15 | 0 |
| HSL | 170.68º | 1% | 0.51% | - |
| HSV(B) | 170.68º | 0.98% | 1% | - |
| XYZ | 48.2 | 76.5 | 77.19 | - |
| YUV | 175.51 | 150.84 | 5.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 216 | 0.98 | 0 | 0.15 | 0 | 170.68 | 1 | 0.51 |
| Hex | 4 | FF | D8 | 62 | 0 | F | 0 | AB | 64 | 33 |
| Octal | 4 | 377 | 330 | 142 | 0 | 17 | 0 | 253 | 144 | 63 |
| Binary | 100 | 11111111 | 11011000 | 1100010 | 0 | 1111 | 0 | 10101011 | 1100100 | 110011 |
Color Harmonies of #04FFD8
Complementary color
Monochromatic Colors of #04FFD8
Black with #04FFD8
Text Example
Text Example
White with #04FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFD8; }
p { color: rgb(4,255,216); }
H1.HeaderClassName
{
color: #04FFD8;
}
.AnyTagClassName
{
color: #04FFD8;
}
</style>
background-color css
<style>
a { background-color: #04FFD8; }
a { background-color: rgb(4,255,216); }
div.DivClassName
{
background-color: #04FFD8;
}
.BgClassName
{
background-color: #04FFD8;
}
</style>
border-color css
<style>
span { border-color: #04FFD8; }
span { border-color: rgb(4,255,216); }
td.TdClassName
{
border-color: #04FFD8;
}
.TagClassName
{
border-color: #04FFD8;
}
</style>