Shades of Bright Turquoise #04FCD3
Tints of Bright Turquoise #04FCD3
RGB
CMYK
RGB Variations
Color information
#04FCD3 (or 0x04FCD3) is known color: Bright Turquoise. HEX triplet: 04, FC and D3. RGB value is (4,252,211). Sum of RGB (Red+Green+Blue) = 4+252+211=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCD3 is #FB032C. Grayscale: #ADADAD. Windows color (decimal): -16450349 or 13892612. OLE color: 13892612.
HSL color Cylindrical-coordinate representation of color #04FCD3: hue angle of 170.08º 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 #04FCD3 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 211 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.01 |
| HSL | 170.08º | 0.98% | 0.5% | - |
| HSV(B) | 170.08º | 0.98% | 0.99% | - |
| XYZ | 46.62 | 74.35 | 73.52 | - |
| YUV | 173.17 | 149.34 | 7.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 211 | 0.98 | 0 | 0.16 | 0.01 | 170.08 | 0.98 | 0.5 |
| Hex | 4 | FC | D3 | 62 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 4 | 374 | 323 | 142 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 100 | 11111100 | 11010011 | 1100010 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #04FCD3
Complementary color
Monochromatic Colors of #04FCD3
Black with #04FCD3
Text Example
Text Example
White with #04FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCD3; }
p { color: rgb(4,252,211); }
H1.HeaderClassName
{
color: #04FCD3;
}
.AnyTagClassName
{
color: #04FCD3;
}
</style>
background-color css
<style>
a { background-color: #04FCD3; }
a { background-color: rgb(4,252,211); }
div.DivClassName
{
background-color: #04FCD3;
}
.BgClassName
{
background-color: #04FCD3;
}
</style>
border-color css
<style>
span { border-color: #04FCD3; }
span { border-color: rgb(4,252,211); }
td.TdClassName
{
border-color: #04FCD3;
}
.TagClassName
{
border-color: #04FCD3;
}
</style>