Shades of Bright Turquoise #04D8F1
Tints of Bright Turquoise #04D8F1
RGB
CMYK
RGB Variations
Color information
#04D8F1 (or 0x04D8F1) is known color: Bright Turquoise. HEX triplet: 04, D8 and F1. RGB value is (4,216,241). Sum of RGB (Red+Green+Blue) = 4+216+241=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #04D8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D8F1 is #FB270E. Grayscale: #9B9B9B. Windows color (decimal): -16459535 or 15849476. OLE color: 15849476.
HSL color Cylindrical-coordinate representation of color #04D8F1: hue angle of 186.33º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D8F1 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 216 | 241 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.05 |
| HSL | 186.33º | 0.97% | 0.48% | - |
| HSV(B) | 186.33º | 0.98% | 0.95% | - |
| XYZ | 40.48 | 55.49 | 91.8 | - |
| YUV | 155.46 | 176.26 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 241 | 0.98 | 0.10 | 0 | 0.05 | 186.33 | 0.97 | 0.48 |
| Hex | 4 | D8 | F1 | 62 | A | 0 | 5 | BA | 61 | 30 |
| Octal | 4 | 330 | 361 | 142 | 12 | 0 | 5 | 272 | 141 | 60 |
| Binary | 100 | 11011000 | 11110001 | 1100010 | 1010 | 0 | 101 | 10111010 | 1100001 | 110000 |
Color Harmonies of #04D8F1
Complementary color
Monochromatic Colors of #04D8F1
Black with #04D8F1
Text Example
Text Example
White with #04D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D8F1; }
p { color: rgb(4,216,241); }
H1.HeaderClassName
{
color: #04D8F1;
}
.AnyTagClassName
{
color: #04D8F1;
}
</style>
background-color css
<style>
a { background-color: #04D8F1; }
a { background-color: rgb(4,216,241); }
div.DivClassName
{
background-color: #04D8F1;
}
.BgClassName
{
background-color: #04D8F1;
}
</style>
border-color css
<style>
span { border-color: #04D8F1; }
span { border-color: rgb(4,216,241); }
td.TdClassName
{
border-color: #04D8F1;
}
.TagClassName
{
border-color: #04D8F1;
}
</style>