Shades of Dark Turquoise #04CAE5
Tints of Dark Turquoise #04CAE5
RGB
CMYK
RGB Variations
Color information
#04CAE5 (or 0x04CAE5) is known color: Dark Turquoise. HEX triplet: 04, CA and E5. RGB value is (4,202,229). Sum of RGB (Red+Green+Blue) = 4+202+229=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #04CAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CAE5 is #FB351A. Grayscale: #919191. Windows color (decimal): -16463131 or 15059460. OLE color: 15059460.
HSL color Cylindrical-coordinate representation of color #04CAE5: hue angle of 187.2º 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 #04CAE5 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 202 | 229 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.10 |
| HSL | 187.2º | 0.97% | 0.46% | - |
| HSV(B) | 187.2º | 0.98% | 0.9% | - |
| XYZ | 35.31 | 47.92 | 81.52 | - |
| YUV | 145.88 | 174.9 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 229 | 0.98 | 0.12 | 0 | 0.10 | 187.2 | 0.97 | 0.46 |
| Hex | 4 | CA | E5 | 62 | C | 0 | A | BB | 61 | 2E |
| Octal | 4 | 312 | 345 | 142 | 14 | 0 | 12 | 273 | 141 | 56 |
| Binary | 100 | 11001010 | 11100101 | 1100010 | 1100 | 0 | 1010 | 10111011 | 1100001 | 101110 |
Color Harmonies of #04CAE5
Complementary color
Monochromatic Colors of #04CAE5
Black with #04CAE5
Text Example
Text Example
White with #04CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CAE5; }
p { color: rgb(4,202,229); }
H1.HeaderClassName
{
color: #04CAE5;
}
.AnyTagClassName
{
color: #04CAE5;
}
</style>
background-color css
<style>
a { background-color: #04CAE5; }
a { background-color: rgb(4,202,229); }
div.DivClassName
{
background-color: #04CAE5;
}
.BgClassName
{
background-color: #04CAE5;
}
</style>
border-color css
<style>
span { border-color: #04CAE5; }
span { border-color: rgb(4,202,229); }
td.TdClassName
{
border-color: #04CAE5;
}
.TagClassName
{
border-color: #04CAE5;
}
</style>