Shades of Bright Turquoise #04FBDD
Tints of Bright Turquoise #04FBDD
RGB
CMYK
RGB Variations
Color information
#04FBDD (or 0x04FBDD) is known color: Bright Turquoise. HEX triplet: 04, FB and DD. RGB value is (4,251,221). Sum of RGB (Red+Green+Blue) = 4+251+221=476 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #04FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FBDD is #FB0422. Grayscale: #ADADAD. Windows color (decimal): -16450595 or 14547716. OLE color: 14547716.
HSL color Cylindrical-coordinate representation of color #04FBDD: hue angle of 172.71º 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 #04FBDD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 251 | 221 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.02 |
| HSL | 172.71º | 0.97% | 0.5% | - |
| HSV(B) | 172.71º | 0.98% | 0.98% | - |
| XYZ | 47.6 | 74.24 | 80.23 | - |
| YUV | 173.73 | 154.67 | 6.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 221 | 0.98 | 0 | 0.12 | 0.02 | 172.71 | 0.97 | 0.5 |
| Hex | 4 | FB | DD | 62 | 0 | C | 2 | AD | 61 | 32 |
| Octal | 4 | 373 | 335 | 142 | 0 | 14 | 2 | 255 | 141 | 62 |
| Binary | 100 | 11111011 | 11011101 | 1100010 | 0 | 1100 | 10 | 10101101 | 1100001 | 110010 |
Color Harmonies of #04FBDD
Complementary color
Monochromatic Colors of #04FBDD
Black with #04FBDD
Text Example
Text Example
White with #04FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FBDD; }
p { color: rgb(4,251,221); }
H1.HeaderClassName
{
color: #04FBDD;
}
.AnyTagClassName
{
color: #04FBDD;
}
</style>
background-color css
<style>
a { background-color: #04FBDD; }
a { background-color: rgb(4,251,221); }
div.DivClassName
{
background-color: #04FBDD;
}
.BgClassName
{
background-color: #04FBDD;
}
</style>
border-color css
<style>
span { border-color: #04FBDD; }
span { border-color: rgb(4,251,221); }
td.TdClassName
{
border-color: #04FBDD;
}
.TagClassName
{
border-color: #04FBDD;
}
</style>