Shades of Dark Turquoise #04CBDA
Tints of Dark Turquoise #04CBDA
RGB
CMYK
RGB Variations
Color information
#04CBDA (or 0x04CBDA) is known color: Dark Turquoise. HEX triplet: 04, CB and DA. RGB value is (4,203,218). Sum of RGB (Red+Green+Blue) = 4+203+218=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #04CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBDA is #FB3425. Grayscale: #909090. Windows color (decimal): -16462886 or 14338820. OLE color: 14338820.
HSL color Cylindrical-coordinate representation of color #04CBDA: hue angle of 184.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBDA is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 203 | 218 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.15 |
| HSL | 184.21º | 0.96% | 0.44% | - |
| HSV(B) | 184.21º | 0.98% | 0.85% | - |
| XYZ | 34.06 | 47.8 | 73.76 | - |
| YUV | 145.21 | 169.07 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 218 | 0.98 | 0.07 | 0 | 0.15 | 184.21 | 0.96 | 0.44 |
| Hex | 4 | CB | DA | 62 | 7 | 0 | F | B8 | 60 | 2C |
| Octal | 4 | 313 | 332 | 142 | 7 | 0 | 17 | 270 | 140 | 54 |
| Binary | 100 | 11001011 | 11011010 | 1100010 | 111 | 0 | 1111 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CBDA
Complementary color
Monochromatic Colors of #04CBDA
Black with #04CBDA
Text Example
Text Example
White with #04CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBDA; }
p { color: rgb(4,203,218); }
H1.HeaderClassName
{
color: #04CBDA;
}
.AnyTagClassName
{
color: #04CBDA;
}
</style>
background-color css
<style>
a { background-color: #04CBDA; }
a { background-color: rgb(4,203,218); }
div.DivClassName
{
background-color: #04CBDA;
}
.BgClassName
{
background-color: #04CBDA;
}
</style>
border-color css
<style>
span { border-color: #04CBDA; }
span { border-color: rgb(4,203,218); }
td.TdClassName
{
border-color: #04CBDA;
}
.TagClassName
{
border-color: #04CBDA;
}
</style>