Shades of Bright Turquoise #04FCD7
Tints of Bright Turquoise #04FCD7
RGB
CMYK
RGB Variations
Color information
#04FCD7 (or 0x04FCD7) is known color: Bright Turquoise. HEX triplet: 04, FC and D7. RGB value is (4,252,215). Sum of RGB (Red+Green+Blue) = 4+252+215=471 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCD7 is #FB0328. Grayscale: #ADADAD. Windows color (decimal): -16450345 or 14154756. OLE color: 14154756.
HSL color Cylindrical-coordinate representation of color #04FCD7: hue angle of 171.05º 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 #04FCD7 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 215 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.01 |
| HSL | 171.05º | 0.98% | 0.5% | - |
| HSV(B) | 171.05º | 0.98% | 0.99% | - |
| XYZ | 47.13 | 74.55 | 76.2 | - |
| YUV | 173.63 | 151.34 | 7.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 215 | 0.98 | 0 | 0.15 | 0.01 | 171.05 | 0.98 | 0.5 |
| Hex | 4 | FC | D7 | 62 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 4 | 374 | 327 | 142 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 100 | 11111100 | 11010111 | 1100010 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #04FCD7
Complementary color
Monochromatic Colors of #04FCD7
Black with #04FCD7
Text Example
Text Example
White with #04FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCD7; }
p { color: rgb(4,252,215); }
H1.HeaderClassName
{
color: #04FCD7;
}
.AnyTagClassName
{
color: #04FCD7;
}
</style>
background-color css
<style>
a { background-color: #04FCD7; }
a { background-color: rgb(4,252,215); }
div.DivClassName
{
background-color: #04FCD7;
}
.BgClassName
{
background-color: #04FCD7;
}
</style>
border-color css
<style>
span { border-color: #04FCD7; }
span { border-color: rgb(4,252,215); }
td.TdClassName
{
border-color: #04FCD7;
}
.TagClassName
{
border-color: #04FCD7;
}
</style>