Shades of Dark Turquoise #04CFDF
Tints of Dark Turquoise #04CFDF
RGB
CMYK
RGB Variations
Color information
#04CFDF (or 0x04CFDF) is known color: Dark Turquoise. HEX triplet: 04, CF and DF. RGB value is (4,207,223). Sum of RGB (Red+Green+Blue) = 4+207+223=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #04CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDF is #FB3020. Grayscale: #939393. Windows color (decimal): -16461857 or 14667524. OLE color: 14667524.
HSL color Cylindrical-coordinate representation of color #04CFDF: hue angle of 184.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFDF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 207 | 223 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.38º | 0.96% | 0.45% | - |
| HSV(B) | 184.38º | 0.98% | 0.87% | - |
| XYZ | 35.68 | 49.98 | 77.58 | - |
| YUV | 148.13 | 170.25 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 223 | 0.98 | 0.07 | 0 | 0.13 | 184.38 | 0.96 | 0.45 |
| Hex | 4 | CF | DF | 62 | 7 | 0 | D | B8 | 60 | 2D |
| Octal | 4 | 317 | 337 | 142 | 7 | 0 | 15 | 270 | 140 | 55 |
| Binary | 100 | 11001111 | 11011111 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101101 |
Color Harmonies of #04CFDF
Complementary color
Monochromatic Colors of #04CFDF
Black with #04CFDF
Text Example
Text Example
White with #04CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDF; }
p { color: rgb(4,207,223); }
H1.HeaderClassName
{
color: #04CFDF;
}
.AnyTagClassName
{
color: #04CFDF;
}
</style>
background-color css
<style>
a { background-color: #04CFDF; }
a { background-color: rgb(4,207,223); }
div.DivClassName
{
background-color: #04CFDF;
}
.BgClassName
{
background-color: #04CFDF;
}
</style>
border-color css
<style>
span { border-color: #04CFDF; }
span { border-color: rgb(4,207,223); }
td.TdClassName
{
border-color: #04CFDF;
}
.TagClassName
{
border-color: #04CFDF;
}
</style>