Shades of Bright Turquoise #03E5C9
Tints of Bright Turquoise #03E5C9
RGB
CMYK
RGB Variations
Color information
#03E5C9 (or 0x03E5C9) is known color: Bright Turquoise. HEX triplet: 03, E5 and C9. RGB value is (3,229,201). Sum of RGB (Red+Green+Blue) = 3+229+201=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #03E5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03E5C9 is #FC1A36. Grayscale: #9E9E9E. Windows color (decimal): -16521783 or 13231363. OLE color: 13231363.
HSL color Cylindrical-coordinate representation of color #03E5C9: hue angle of 172.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E5C9 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 229 | 201 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.10 |
| HSL | 172.57º | 0.97% | 0.45% | - |
| HSV(B) | 172.57º | 0.99% | 0.9% | - |
| XYZ | 38.6 | 60.28 | 64.86 | - |
| YUV | 158.23 | 152.13 | 17.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 201 | 0.99 | 0 | 0.12 | 0.10 | 172.57 | 0.97 | 0.45 |
| Hex | 3 | E5 | C9 | 63 | 0 | C | A | AD | 61 | 2D |
| Octal | 3 | 345 | 311 | 143 | 0 | 14 | 12 | 255 | 141 | 55 |
| Binary | 11 | 11100101 | 11001001 | 1100011 | 0 | 1100 | 1010 | 10101101 | 1100001 | 101101 |
Color Harmonies of #03E5C9
Complementary color
Monochromatic Colors of #03E5C9
Black with #03E5C9
Text Example
Text Example
White with #03E5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E5C9; }
p { color: rgb(3,229,201); }
H1.HeaderClassName
{
color: #03E5C9;
}
.AnyTagClassName
{
color: #03E5C9;
}
</style>
background-color css
<style>
a { background-color: #03E5C9; }
a { background-color: rgb(3,229,201); }
div.DivClassName
{
background-color: #03E5C9;
}
.BgClassName
{
background-color: #03E5C9;
}
</style>
border-color css
<style>
span { border-color: #03E5C9; }
span { border-color: rgb(3,229,201); }
td.TdClassName
{
border-color: #03E5C9;
}
.TagClassName
{
border-color: #03E5C9;
}
</style>