Shades of Bright Turquoise #04FFCF
Tints of Bright Turquoise #04FFCF
RGB
CMYK
RGB Variations
Color information
#04FFCF (or 0x04FFCF) is known color: Bright Turquoise. HEX triplet: 04, FF and CF. RGB value is (4,255,207). Sum of RGB (Red+Green+Blue) = 4+255+207=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFCF is #FB0030. Grayscale: #AEAEAE. Windows color (decimal): -16449585 or 13631236. OLE color: 13631236.
HSL color Cylindrical-coordinate representation of color #04FFCF: hue angle of 168.53º 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 #04FFCF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 207 | - |
| CMYK | 0.98 | 0 | 0.19 | 0 |
| HSL | 168.53º | 1% | 0.51% | - |
| HSV(B) | 168.53º | 0.98% | 1% | - |
| XYZ | 47.07 | 76.05 | 71.23 | - |
| YUV | 174.48 | 146.34 | 6.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 207 | 0.98 | 0 | 0.19 | 0 | 168.53 | 1 | 0.51 |
| Hex | 4 | FF | CF | 62 | 0 | 13 | 0 | A9 | 64 | 33 |
| Octal | 4 | 377 | 317 | 142 | 0 | 23 | 0 | 251 | 144 | 63 |
| Binary | 100 | 11111111 | 11001111 | 1100010 | 0 | 10011 | 0 | 10101001 | 1100100 | 110011 |
Color Harmonies of #04FFCF
Complementary color
Monochromatic Colors of #04FFCF
Black with #04FFCF
Text Example
Text Example
White with #04FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFCF; }
p { color: rgb(4,255,207); }
H1.HeaderClassName
{
color: #04FFCF;
}
.AnyTagClassName
{
color: #04FFCF;
}
</style>
background-color css
<style>
a { background-color: #04FFCF; }
a { background-color: rgb(4,255,207); }
div.DivClassName
{
background-color: #04FFCF;
}
.BgClassName
{
background-color: #04FFCF;
}
</style>
border-color css
<style>
span { border-color: #04FFCF; }
span { border-color: rgb(4,255,207); }
td.TdClassName
{
border-color: #04FFCF;
}
.TagClassName
{
border-color: #04FFCF;
}
</style>