Shades of Dark Turquoise #04CBE6
Tints of Dark Turquoise #04CBE6
RGB
CMYK
RGB Variations
Color information
#04CBE6 (or 0x04CBE6) is known color: Dark Turquoise. HEX triplet: 04, CB and E6. RGB value is (4,203,230). Sum of RGB (Red+Green+Blue) = 4+203+230=437 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #04CBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBE6 is #FB3419. Grayscale: #929292. Windows color (decimal): -16462874 or 15125252. OLE color: 15125252.
HSL color Cylindrical-coordinate representation of color #04CBE6: hue angle of 187.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBE6 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 203 | 230 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.10 |
| HSL | 187.17º | 0.97% | 0.46% | - |
| HSV(B) | 187.17º | 0.98% | 0.9% | - |
| XYZ | 35.69 | 48.45 | 82.33 | - |
| YUV | 146.58 | 175.07 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 230 | 0.98 | 0.12 | 0 | 0.10 | 187.17 | 0.97 | 0.46 |
| Hex | 4 | CB | E6 | 62 | C | 0 | A | BB | 61 | 2E |
| Octal | 4 | 313 | 346 | 142 | 14 | 0 | 12 | 273 | 141 | 56 |
| Binary | 100 | 11001011 | 11100110 | 1100010 | 1100 | 0 | 1010 | 10111011 | 1100001 | 101110 |
Color Harmonies of #04CBE6
Complementary color
Monochromatic Colors of #04CBE6
Black with #04CBE6
Text Example
Text Example
White with #04CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBE6; }
p { color: rgb(4,203,230); }
H1.HeaderClassName
{
color: #04CBE6;
}
.AnyTagClassName
{
color: #04CBE6;
}
</style>
background-color css
<style>
a { background-color: #04CBE6; }
a { background-color: rgb(4,203,230); }
div.DivClassName
{
background-color: #04CBE6;
}
.BgClassName
{
background-color: #04CBE6;
}
</style>
border-color css
<style>
span { border-color: #04CBE6; }
span { border-color: rgb(4,203,230); }
td.TdClassName
{
border-color: #04CBE6;
}
.TagClassName
{
border-color: #04CBE6;
}
</style>