Shades of Dark Turquoise #04CBDC
Tints of Dark Turquoise #04CBDC
RGB
CMYK
RGB Variations
Color information
#04CBDC (or 0x04CBDC) is known color: Dark Turquoise. HEX triplet: 04, CB and DC. RGB value is (4,203,220). Sum of RGB (Red+Green+Blue) = 4+203+220=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #04CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBDC is #FB3423. Grayscale: #919191. Windows color (decimal): -16462884 or 14469892. OLE color: 14469892.
HSL color Cylindrical-coordinate representation of color #04CBDC: hue angle of 184.72º 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 #04CBDC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 203 | 220 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.14 |
| HSL | 184.72º | 0.96% | 0.44% | - |
| HSV(B) | 184.72º | 0.98% | 0.86% | - |
| XYZ | 34.32 | 47.9 | 75.15 | - |
| YUV | 145.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 220 | 0.98 | 0.08 | 0 | 0.14 | 184.72 | 0.96 | 0.44 |
| Hex | 4 | CB | DC | 62 | 8 | 0 | E | B9 | 60 | 2C |
| Octal | 4 | 313 | 334 | 142 | 10 | 0 | 16 | 271 | 140 | 54 |
| Binary | 100 | 11001011 | 11011100 | 1100010 | 1000 | 0 | 1110 | 10111001 | 1100000 | 101100 |
Color Harmonies of #04CBDC
Complementary color
Monochromatic Colors of #04CBDC
Black with #04CBDC
Text Example
Text Example
White with #04CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBDC; }
p { color: rgb(4,203,220); }
H1.HeaderClassName
{
color: #04CBDC;
}
.AnyTagClassName
{
color: #04CBDC;
}
</style>
background-color css
<style>
a { background-color: #04CBDC; }
a { background-color: rgb(4,203,220); }
div.DivClassName
{
background-color: #04CBDC;
}
.BgClassName
{
background-color: #04CBDC;
}
</style>
border-color css
<style>
span { border-color: #04CBDC; }
span { border-color: rgb(4,203,220); }
td.TdClassName
{
border-color: #04CBDC;
}
.TagClassName
{
border-color: #04CBDC;
}
</style>