Shades of Dark Turquoise #04CFDE
Tints of Dark Turquoise #04CFDE
RGB
CMYK
RGB Variations
Color information
#04CFDE (or 0x04CFDE) is known color: Dark Turquoise. HEX triplet: 04, CF and DE. RGB value is (4,207,222). Sum of RGB (Red+Green+Blue) = 4+207+222=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #04CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDE is #FB3021. Grayscale: #939393. Windows color (decimal): -16461858 or 14601988. OLE color: 14601988.
HSL color Cylindrical-coordinate representation of color #04CFDE: hue angle of 184.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFDE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 207 | 222 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.13º | 0.96% | 0.44% | - |
| HSV(B) | 184.13º | 0.98% | 0.87% | - |
| XYZ | 35.55 | 49.93 | 76.87 | - |
| YUV | 148.01 | 169.75 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 222 | 0.98 | 0.07 | 0 | 0.13 | 184.13 | 0.96 | 0.44 |
| Hex | 4 | CF | DE | 62 | 7 | 0 | D | B8 | 60 | 2C |
| Octal | 4 | 317 | 336 | 142 | 7 | 0 | 15 | 270 | 140 | 54 |
| Binary | 100 | 11001111 | 11011110 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CFDE
Complementary color
Monochromatic Colors of #04CFDE
Black with #04CFDE
Text Example
Text Example
White with #04CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDE; }
p { color: rgb(4,207,222); }
H1.HeaderClassName
{
color: #04CFDE;
}
.AnyTagClassName
{
color: #04CFDE;
}
</style>
background-color css
<style>
a { background-color: #04CFDE; }
a { background-color: rgb(4,207,222); }
div.DivClassName
{
background-color: #04CFDE;
}
.BgClassName
{
background-color: #04CFDE;
}
</style>
border-color css
<style>
span { border-color: #04CFDE; }
span { border-color: rgb(4,207,222); }
td.TdClassName
{
border-color: #04CFDE;
}
.TagClassName
{
border-color: #04CFDE;
}
</style>