Shades of Dark Turquoise #04CFDB
Tints of Dark Turquoise #04CFDB
RGB
CMYK
RGB Variations
Color information
#04CFDB (or 0x04CFDB) is known color: Dark Turquoise. HEX triplet: 04, CF and DB. RGB value is (4,207,219). Sum of RGB (Red+Green+Blue) = 4+207+219=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #04CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDB is #FB3024. Grayscale: #939393. Windows color (decimal): -16461861 or 14405380. OLE color: 14405380.
HSL color Cylindrical-coordinate representation of color #04CFDB: hue angle of 183.35º 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 #04CFDB is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 207 | 219 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.14 |
| HSL | 183.35º | 0.96% | 0.44% | - |
| HSV(B) | 183.35º | 0.98% | 0.86% | - |
| XYZ | 35.15 | 49.77 | 74.77 | - |
| YUV | 147.67 | 168.25 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 219 | 0.98 | 0.05 | 0 | 0.14 | 183.35 | 0.96 | 0.44 |
| Hex | 4 | CF | DB | 62 | 5 | 0 | E | B7 | 60 | 2C |
| Octal | 4 | 317 | 333 | 142 | 5 | 0 | 16 | 267 | 140 | 54 |
| Binary | 100 | 11001111 | 11011011 | 1100010 | 101 | 0 | 1110 | 10110111 | 1100000 | 101100 |
Color Harmonies of #04CFDB
Complementary color
Monochromatic Colors of #04CFDB
Black with #04CFDB
Text Example
Text Example
White with #04CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDB; }
p { color: rgb(4,207,219); }
H1.HeaderClassName
{
color: #04CFDB;
}
.AnyTagClassName
{
color: #04CFDB;
}
</style>
background-color css
<style>
a { background-color: #04CFDB; }
a { background-color: rgb(4,207,219); }
div.DivClassName
{
background-color: #04CFDB;
}
.BgClassName
{
background-color: #04CFDB;
}
</style>
border-color css
<style>
span { border-color: #04CFDB; }
span { border-color: rgb(4,207,219); }
td.TdClassName
{
border-color: #04CFDB;
}
.TagClassName
{
border-color: #04CFDB;
}
</style>