Shades of Bright Turquoise #04FFCB
Tints of Bright Turquoise #04FFCB
RGB
CMYK
RGB Variations
Color information
#04FFCB (or 0x04FFCB) is known color: Bright Turquoise. HEX triplet: 04, FF and CB. RGB value is (4,255,203). Sum of RGB (Red+Green+Blue) = 4+255+203=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFCB is #FB0034. Grayscale: #ADADAD. Windows color (decimal): -16449589 or 13369092. OLE color: 13369092.
HSL color Cylindrical-coordinate representation of color #04FFCB: hue angle of 167.57º 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 #04FFCB is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 203 | - |
| CMYK | 0.98 | 0 | 0.20 | 0 |
| HSL | 167.57º | 1% | 0.51% | - |
| HSV(B) | 167.57º | 0.98% | 1% | - |
| XYZ | 46.59 | 75.86 | 68.69 | - |
| YUV | 174.02 | 144.34 | 6.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 203 | 0.98 | 0 | 0.20 | 0 | 167.57 | 1 | 0.51 |
| Hex | 4 | FF | CB | 62 | 0 | 14 | 0 | A8 | 64 | 33 |
| Octal | 4 | 377 | 313 | 142 | 0 | 24 | 0 | 250 | 144 | 63 |
| Binary | 100 | 11111111 | 11001011 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #04FFCB
Complementary color
Monochromatic Colors of #04FFCB
Black with #04FFCB
Text Example
Text Example
White with #04FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFCB; }
p { color: rgb(4,255,203); }
H1.HeaderClassName
{
color: #04FFCB;
}
.AnyTagClassName
{
color: #04FFCB;
}
</style>
background-color css
<style>
a { background-color: #04FFCB; }
a { background-color: rgb(4,255,203); }
div.DivClassName
{
background-color: #04FFCB;
}
.BgClassName
{
background-color: #04FFCB;
}
</style>
border-color css
<style>
span { border-color: #04FFCB; }
span { border-color: rgb(4,255,203); }
td.TdClassName
{
border-color: #04FFCB;
}
.TagClassName
{
border-color: #04FFCB;
}
</style>