Shades of Dark Turquoise #04BFDC
Tints of Dark Turquoise #04BFDC
RGB
CMYK
RGB Variations
Color information
#04BFDC (or 0x04BFDC) is known color: Dark Turquoise. HEX triplet: 04, BF and DC. RGB value is (4,191,220). Sum of RGB (Red+Green+Blue) = 4+191+220=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #04BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFDC is #FB4023. Grayscale: #8A8A8A. Windows color (decimal): -16465956 or 14466820. OLE color: 14466820.
HSL color Cylindrical-coordinate representation of color #04BFDC: hue angle of 188.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFDC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 191 | 220 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.14 |
| HSL | 188.06º | 0.96% | 0.44% | - |
| HSV(B) | 188.06º | 0.98% | 0.86% | - |
| XYZ | 31.6 | 42.45 | 74.24 | - |
| YUV | 138.39 | 174.05 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 220 | 0.98 | 0.13 | 0 | 0.14 | 188.06 | 0.96 | 0.44 |
| Hex | 4 | BF | DC | 62 | D | 0 | E | BC | 60 | 2C |
| Octal | 4 | 277 | 334 | 142 | 15 | 0 | 16 | 274 | 140 | 54 |
| Binary | 100 | 10111111 | 11011100 | 1100010 | 1101 | 0 | 1110 | 10111100 | 1100000 | 101100 |
Color Harmonies of #04BFDC
Complementary color
Monochromatic Colors of #04BFDC
Black with #04BFDC
Text Example
Text Example
White with #04BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFDC; }
p { color: rgb(4,191,220); }
H1.HeaderClassName
{
color: #04BFDC;
}
.AnyTagClassName
{
color: #04BFDC;
}
</style>
background-color css
<style>
a { background-color: #04BFDC; }
a { background-color: rgb(4,191,220); }
div.DivClassName
{
background-color: #04BFDC;
}
.BgClassName
{
background-color: #04BFDC;
}
</style>
border-color css
<style>
span { border-color: #04BFDC; }
span { border-color: rgb(4,191,220); }
td.TdClassName
{
border-color: #04BFDC;
}
.TagClassName
{
border-color: #04BFDC;
}
</style>