Shades of Bright Turquoise #04FFC1
Tints of Bright Turquoise #04FFC1
RGB
CMYK
RGB Variations
Color information
#04FFC1 (or 0x04FFC1) is known color: Bright Turquoise. HEX triplet: 04, FF and C1. RGB value is (4,255,193). Sum of RGB (Red+Green+Blue) = 4+255+193=452 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFC1 is #FB003E. Grayscale: #ACACAC. Windows color (decimal): -16449599 or 12713732. OLE color: 12713732.
HSL color Cylindrical-coordinate representation of color #04FFC1: hue angle of 165.18º 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 #04FFC1 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 193 | - |
| CMYK | 0.98 | 0 | 0.24 | 0 |
| HSL | 165.18º | 1% | 0.51% | - |
| HSV(B) | 165.18º | 0.98% | 1% | - |
| XYZ | 45.44 | 75.4 | 62.61 | - |
| YUV | 172.88 | 139.34 | 7.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 193 | 0.98 | 0 | 0.24 | 0 | 165.18 | 1 | 0.51 |
| Hex | 4 | FF | C1 | 62 | 0 | 18 | 0 | A5 | 64 | 33 |
| Octal | 4 | 377 | 301 | 142 | 0 | 30 | 0 | 245 | 144 | 63 |
| Binary | 100 | 11111111 | 11000001 | 1100010 | 0 | 11000 | 0 | 10100101 | 1100100 | 110011 |
Color Harmonies of #04FFC1
Complementary color
Monochromatic Colors of #04FFC1
Black with #04FFC1
Text Example
Text Example
White with #04FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFC1; }
p { color: rgb(4,255,193); }
H1.HeaderClassName
{
color: #04FFC1;
}
.AnyTagClassName
{
color: #04FFC1;
}
</style>
background-color css
<style>
a { background-color: #04FFC1; }
a { background-color: rgb(4,255,193); }
div.DivClassName
{
background-color: #04FFC1;
}
.BgClassName
{
background-color: #04FFC1;
}
</style>
border-color css
<style>
span { border-color: #04FFC1; }
span { border-color: rgb(4,255,193); }
td.TdClassName
{
border-color: #04FFC1;
}
.TagClassName
{
border-color: #04FFC1;
}
</style>