Shades of Dark Turquoise #03CAE6
Tints of Dark Turquoise #03CAE6
RGB
CMYK
RGB Variations
Color information
#03CAE6 (or 0x03CAE6) is known color: Dark Turquoise. HEX triplet: 03, CA and E6. RGB value is (3,202,230). Sum of RGB (Red+Green+Blue) = 3+202+230=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #03CAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CAE6 is #FC3519. Grayscale: #919191. Windows color (decimal): -16528666 or 15124995. OLE color: 15124995.
HSL color Cylindrical-coordinate representation of color #03CAE6: hue angle of 187.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAE6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 202 | 230 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.10 |
| HSL | 187.4º | 0.97% | 0.46% | - |
| HSV(B) | 187.4º | 0.99% | 0.9% | - |
| XYZ | 35.44 | 47.97 | 82.25 | - |
| YUV | 145.69 | 175.57 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 230 | 0.99 | 0.12 | 0 | 0.10 | 187.4 | 0.97 | 0.46 |
| Hex | 3 | CA | E6 | 63 | C | 0 | A | BB | 61 | 2E |
| Octal | 3 | 312 | 346 | 143 | 14 | 0 | 12 | 273 | 141 | 56 |
| Binary | 11 | 11001010 | 11100110 | 1100011 | 1100 | 0 | 1010 | 10111011 | 1100001 | 101110 |
Color Harmonies of #03CAE6
Complementary color
Monochromatic Colors of #03CAE6
Black with #03CAE6
Text Example
Text Example
White with #03CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAE6; }
p { color: rgb(3,202,230); }
H1.HeaderClassName
{
color: #03CAE6;
}
.AnyTagClassName
{
color: #03CAE6;
}
</style>
background-color css
<style>
a { background-color: #03CAE6; }
a { background-color: rgb(3,202,230); }
div.DivClassName
{
background-color: #03CAE6;
}
.BgClassName
{
background-color: #03CAE6;
}
</style>
border-color css
<style>
span { border-color: #03CAE6; }
span { border-color: rgb(3,202,230); }
td.TdClassName
{
border-color: #03CAE6;
}
.TagClassName
{
border-color: #03CAE6;
}
</style>