Shades of Dark Turquoise #04BFDA
Tints of Dark Turquoise #04BFDA
RGB
CMYK
RGB Variations
Color information
#04BFDA (or 0x04BFDA) is known color: Dark Turquoise. HEX triplet: 04, BF and DA. RGB value is (4,191,218). Sum of RGB (Red+Green+Blue) = 4+191+218=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #04BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFDA is #FB4025. Grayscale: #898989. Windows color (decimal): -16465958 or 14335748. OLE color: 14335748.
HSL color Cylindrical-coordinate representation of color #04BFDA: hue angle of 187.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFDA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 191 | 218 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.15 |
| HSL | 187.57º | 0.96% | 0.44% | - |
| HSV(B) | 187.57º | 0.98% | 0.85% | - |
| XYZ | 31.34 | 42.35 | 72.85 | - |
| YUV | 138.17 | 173.05 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 218 | 0.98 | 0.12 | 0 | 0.15 | 187.57 | 0.96 | 0.44 |
| Hex | 4 | BF | DA | 62 | C | 0 | F | BC | 60 | 2C |
| Octal | 4 | 277 | 332 | 142 | 14 | 0 | 17 | 274 | 140 | 54 |
| Binary | 100 | 10111111 | 11011010 | 1100010 | 1100 | 0 | 1111 | 10111100 | 1100000 | 101100 |
Color Harmonies of #04BFDA
Complementary color
Monochromatic Colors of #04BFDA
Black with #04BFDA
Text Example
Text Example
White with #04BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFDA; }
p { color: rgb(4,191,218); }
H1.HeaderClassName
{
color: #04BFDA;
}
.AnyTagClassName
{
color: #04BFDA;
}
</style>
background-color css
<style>
a { background-color: #04BFDA; }
a { background-color: rgb(4,191,218); }
div.DivClassName
{
background-color: #04BFDA;
}
.BgClassName
{
background-color: #04BFDA;
}
</style>
border-color css
<style>
span { border-color: #04BFDA; }
span { border-color: rgb(4,191,218); }
td.TdClassName
{
border-color: #04BFDA;
}
.TagClassName
{
border-color: #04BFDA;
}
</style>