Shades of Bright Turquoise #03E9C0
Tints of Bright Turquoise #03E9C0
RGB
CMYK
RGB Variations
Color information
#03E9C0 (or 0x03E9C0) is known color: Bright Turquoise. HEX triplet: 03, E9 and C0. RGB value is (3,233,192). Sum of RGB (Red+Green+Blue) = 3+233+192=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #03E9C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E9C0 is #FC163F. Grayscale: #9F9F9F. Windows color (decimal): -16520768 or 12642563. OLE color: 12642563.
HSL color Cylindrical-coordinate representation of color #03E9C0: hue angle of 169.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E9C0 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 192 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.09 |
| HSL | 169.3º | 0.97% | 0.46% | - |
| HSV(B) | 169.3º | 0.99% | 0.91% | - |
| XYZ | 38.69 | 62.1 | 59.82 | - |
| YUV | 159.56 | 146.3 | 16.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 192 | 0.99 | 0 | 0.18 | 0.09 | 169.3 | 0.97 | 0.46 |
| Hex | 3 | E9 | C0 | 63 | 0 | 12 | 9 | A9 | 61 | 2E |
| Octal | 3 | 351 | 300 | 143 | 0 | 22 | 11 | 251 | 141 | 56 |
| Binary | 11 | 11101001 | 11000000 | 1100011 | 0 | 10010 | 1001 | 10101001 | 1100001 | 101110 |
Color Harmonies of #03E9C0
Complementary color
Monochromatic Colors of #03E9C0
Black with #03E9C0
Text Example
Text Example
White with #03E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E9C0; }
p { color: rgb(3,233,192); }
H1.HeaderClassName
{
color: #03E9C0;
}
.AnyTagClassName
{
color: #03E9C0;
}
</style>
background-color css
<style>
a { background-color: #03E9C0; }
a { background-color: rgb(3,233,192); }
div.DivClassName
{
background-color: #03E9C0;
}
.BgClassName
{
background-color: #03E9C0;
}
</style>
border-color css
<style>
span { border-color: #03E9C0; }
span { border-color: rgb(3,233,192); }
td.TdClassName
{
border-color: #03E9C0;
}
.TagClassName
{
border-color: #03E9C0;
}
</style>