Shades of Bright Turquoise #04FBDB
Tints of Bright Turquoise #04FBDB
RGB
CMYK
RGB Variations
Color information
#04FBDB (or 0x04FBDB) is known color: Bright Turquoise. HEX triplet: 04, FB and DB. RGB value is (4,251,219). Sum of RGB (Red+Green+Blue) = 4+251+219=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #04FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FBDB is #FB0424. Grayscale: #ADADAD. Windows color (decimal): -16450597 or 14416644. OLE color: 14416644.
HSL color Cylindrical-coordinate representation of color #04FBDB: hue angle of 172.23º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FBDB is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 251 | 219 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.02 |
| HSL | 172.23º | 0.97% | 0.5% | - |
| HSV(B) | 172.23º | 0.98% | 0.98% | - |
| XYZ | 47.33 | 74.13 | 78.83 | - |
| YUV | 173.5 | 153.67 | 7.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 219 | 0.98 | 0 | 0.13 | 0.02 | 172.23 | 0.97 | 0.5 |
| Hex | 4 | FB | DB | 62 | 0 | D | 2 | AC | 61 | 32 |
| Octal | 4 | 373 | 333 | 142 | 0 | 15 | 2 | 254 | 141 | 62 |
| Binary | 100 | 11111011 | 11011011 | 1100010 | 0 | 1101 | 10 | 10101100 | 1100001 | 110010 |
Color Harmonies of #04FBDB
Complementary color
Monochromatic Colors of #04FBDB
Black with #04FBDB
Text Example
Text Example
White with #04FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FBDB; }
p { color: rgb(4,251,219); }
H1.HeaderClassName
{
color: #04FBDB;
}
.AnyTagClassName
{
color: #04FBDB;
}
</style>
background-color css
<style>
a { background-color: #04FBDB; }
a { background-color: rgb(4,251,219); }
div.DivClassName
{
background-color: #04FBDB;
}
.BgClassName
{
background-color: #04FBDB;
}
</style>
border-color css
<style>
span { border-color: #04FBDB; }
span { border-color: rgb(4,251,219); }
td.TdClassName
{
border-color: #04FBDB;
}
.TagClassName
{
border-color: #04FBDB;
}
</style>