Shades of Dark Turquoise #04C1DB
Tints of Dark Turquoise #04C1DB
RGB
CMYK
RGB Variations
Color information
#04C1DB (or 0x04C1DB) is known color: Dark Turquoise. HEX triplet: 04, C1 and DB. RGB value is (4,193,219). Sum of RGB (Red+Green+Blue) = 4+193+219=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #04C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C1DB is #FB3E24. Grayscale: #8B8B8B. Windows color (decimal): -16465445 or 14401796. OLE color: 14401796.
HSL color Cylindrical-coordinate representation of color #04C1DB: hue angle of 187.26º 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 #04C1DB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 193 | 219 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.14 |
| HSL | 187.26º | 0.96% | 0.44% | - |
| HSV(B) | 187.26º | 0.98% | 0.86% | - |
| XYZ | 31.91 | 43.28 | 73.69 | - |
| YUV | 139.45 | 172.88 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 219 | 0.98 | 0.12 | 0 | 0.14 | 187.26 | 0.96 | 0.44 |
| Hex | 4 | C1 | DB | 62 | C | 0 | E | BB | 60 | 2C |
| Octal | 4 | 301 | 333 | 142 | 14 | 0 | 16 | 273 | 140 | 54 |
| Binary | 100 | 11000001 | 11011011 | 1100010 | 1100 | 0 | 1110 | 10111011 | 1100000 | 101100 |
Color Harmonies of #04C1DB
Complementary color
Monochromatic Colors of #04C1DB
Black with #04C1DB
Text Example
Text Example
White with #04C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C1DB; }
p { color: rgb(4,193,219); }
H1.HeaderClassName
{
color: #04C1DB;
}
.AnyTagClassName
{
color: #04C1DB;
}
</style>
background-color css
<style>
a { background-color: #04C1DB; }
a { background-color: rgb(4,193,219); }
div.DivClassName
{
background-color: #04C1DB;
}
.BgClassName
{
background-color: #04C1DB;
}
</style>
border-color css
<style>
span { border-color: #04C1DB; }
span { border-color: rgb(4,193,219); }
td.TdClassName
{
border-color: #04C1DB;
}
.TagClassName
{
border-color: #04C1DB;
}
</style>