Shades of Bright Turquoise #03E2E9
Tints of Bright Turquoise #03E2E9
RGB
CMYK
RGB Variations
Color information
#03E2E9 (or 0x03E2E9) is known color: Bright Turquoise. HEX triplet: 03, E2 and E9. RGB value is (3,226,233). Sum of RGB (Red+Green+Blue) = 3+226+233=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #03E2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2E9 is #FC1D16. Grayscale: #9F9F9F. Windows color (decimal): -16522519 or 15327747. OLE color: 15327747.
HSL color Cylindrical-coordinate representation of color #03E2E9: hue angle of 181.83º 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 #03E2E9 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 226 | 233 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.09 |
| HSL | 181.83º | 0.97% | 0.46% | - |
| HSV(B) | 181.83º | 0.99% | 0.91% | - |
| XYZ | 41.94 | 60.3 | 86.52 | - |
| YUV | 160.12 | 169.12 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 233 | 0.99 | 0.03 | 0 | 0.09 | 181.83 | 0.97 | 0.46 |
| Hex | 3 | E2 | E9 | 63 | 3 | 0 | 9 | B6 | 61 | 2E |
| Octal | 3 | 342 | 351 | 143 | 3 | 0 | 11 | 266 | 141 | 56 |
| Binary | 11 | 11100010 | 11101001 | 1100011 | 11 | 0 | 1001 | 10110110 | 1100001 | 101110 |
Color Harmonies of #03E2E9
Complementary color
Monochromatic Colors of #03E2E9
Black with #03E2E9
Text Example
Text Example
White with #03E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2E9; }
p { color: rgb(3,226,233); }
H1.HeaderClassName
{
color: #03E2E9;
}
.AnyTagClassName
{
color: #03E2E9;
}
</style>
background-color css
<style>
a { background-color: #03E2E9; }
a { background-color: rgb(3,226,233); }
div.DivClassName
{
background-color: #03E2E9;
}
.BgClassName
{
background-color: #03E2E9;
}
</style>
border-color css
<style>
span { border-color: #03E2E9; }
span { border-color: rgb(3,226,233); }
td.TdClassName
{
border-color: #03E2E9;
}
.TagClassName
{
border-color: #03E2E9;
}
</style>