Shades of Dark Turquoise #04CFDA
Tints of Dark Turquoise #04CFDA
RGB
CMYK
RGB Variations
Color information
#04CFDA (or 0x04CFDA) is known color: Dark Turquoise. HEX triplet: 04, CF and DA. RGB value is (4,207,218). Sum of RGB (Red+Green+Blue) = 4+207+218=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #04CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDA is #FB3025. Grayscale: #939393. Windows color (decimal): -16461862 or 14339844. OLE color: 14339844.
HSL color Cylindrical-coordinate representation of color #04CFDA: hue angle of 183.08º 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 #04CFDA is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 207 | 218 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.15 |
| HSL | 183.08º | 0.96% | 0.44% | - |
| HSV(B) | 183.08º | 0.98% | 0.85% | - |
| XYZ | 35.02 | 49.71 | 74.08 | - |
| YUV | 147.56 | 167.75 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 218 | 0.98 | 0.05 | 0 | 0.15 | 183.08 | 0.96 | 0.44 |
| Hex | 4 | CF | DA | 62 | 5 | 0 | F | B7 | 60 | 2C |
| Octal | 4 | 317 | 332 | 142 | 5 | 0 | 17 | 267 | 140 | 54 |
| Binary | 100 | 11001111 | 11011010 | 1100010 | 101 | 0 | 1111 | 10110111 | 1100000 | 101100 |
Color Harmonies of #04CFDA
Complementary color
Monochromatic Colors of #04CFDA
Black with #04CFDA
Text Example
Text Example
White with #04CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDA; }
p { color: rgb(4,207,218); }
H1.HeaderClassName
{
color: #04CFDA;
}
.AnyTagClassName
{
color: #04CFDA;
}
</style>
background-color css
<style>
a { background-color: #04CFDA; }
a { background-color: rgb(4,207,218); }
div.DivClassName
{
background-color: #04CFDA;
}
.BgClassName
{
background-color: #04CFDA;
}
</style>
border-color css
<style>
span { border-color: #04CFDA; }
span { border-color: rgb(4,207,218); }
td.TdClassName
{
border-color: #04CFDA;
}
.TagClassName
{
border-color: #04CFDA;
}
</style>