Shades of Bright Turquoise #03E6E9
Tints of Bright Turquoise #03E6E9
RGB
CMYK
RGB Variations
Color information
#03E6E9 (or 0x03E6E9) is known color: Bright Turquoise. HEX triplet: 03, E6 and E9. RGB value is (3,230,233). Sum of RGB (Red+Green+Blue) = 3+230+233=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #03E6E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6E9 is #FC1916. Grayscale: #A2A2A2. Windows color (decimal): -16521495 or 15328771. OLE color: 15328771.
HSL color Cylindrical-coordinate representation of color #03E6E9: hue angle of 180.78º 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 #03E6E9 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 230 | 233 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.09 |
| HSL | 180.78º | 0.97% | 0.46% | - |
| HSV(B) | 180.78º | 0.99% | 0.91% | - |
| XYZ | 43.04 | 62.5 | 86.89 | - |
| YUV | 162.47 | 167.79 | 14.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 233 | 0.99 | 0.01 | 0 | 0.09 | 180.78 | 0.97 | 0.46 |
| Hex | 3 | E6 | E9 | 63 | 1 | 0 | 9 | B5 | 61 | 2E |
| Octal | 3 | 346 | 351 | 143 | 1 | 0 | 11 | 265 | 141 | 56 |
| Binary | 11 | 11100110 | 11101001 | 1100011 | 1 | 0 | 1001 | 10110101 | 1100001 | 101110 |
Color Harmonies of #03E6E9
Complementary color
Monochromatic Colors of #03E6E9
Black with #03E6E9
Text Example
Text Example
White with #03E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6E9; }
p { color: rgb(3,230,233); }
H1.HeaderClassName
{
color: #03E6E9;
}
.AnyTagClassName
{
color: #03E6E9;
}
</style>
background-color css
<style>
a { background-color: #03E6E9; }
a { background-color: rgb(3,230,233); }
div.DivClassName
{
background-color: #03E6E9;
}
.BgClassName
{
background-color: #03E6E9;
}
</style>
border-color css
<style>
span { border-color: #03E6E9; }
span { border-color: rgb(3,230,233); }
td.TdClassName
{
border-color: #03E6E9;
}
.TagClassName
{
border-color: #03E6E9;
}
</style>