Shades of Bright Turquoise #03E9E4
Tints of Bright Turquoise #03E9E4
RGB
CMYK
RGB Variations
Color information
#03E9E4 (or 0x03E9E4) is known color: Bright Turquoise. HEX triplet: 03, E9 and E4. RGB value is (3,233,228). Sum of RGB (Red+Green+Blue) = 3+233+228=464 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #03E9E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E9E4 is #FC161B. Grayscale: #A3A3A3. Windows color (decimal): -16520732 or 15001859. OLE color: 15001859.
HSL color Cylindrical-coordinate representation of color #03E9E4: hue angle of 178.7º 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 #03E9E4 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 228 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.09 |
| HSL | 178.7º | 0.97% | 0.46% | - |
| HSV(B) | 178.7º | 0.99% | 0.91% | - |
| XYZ | 43.18 | 63.9 | 83.46 | - |
| YUV | 163.66 | 164.3 | 13.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 228 | 0.99 | 0 | 0.02 | 0.09 | 178.7 | 0.97 | 0.46 |
| Hex | 3 | E9 | E4 | 63 | 0 | 2 | 9 | B3 | 61 | 2E |
| Octal | 3 | 351 | 344 | 143 | 0 | 2 | 11 | 263 | 141 | 56 |
| Binary | 11 | 11101001 | 11100100 | 1100011 | 0 | 10 | 1001 | 10110011 | 1100001 | 101110 |
Color Harmonies of #03E9E4
Complementary color
Monochromatic Colors of #03E9E4
Black with #03E9E4
Text Example
Text Example
White with #03E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E9E4; }
p { color: rgb(3,233,228); }
H1.HeaderClassName
{
color: #03E9E4;
}
.AnyTagClassName
{
color: #03E9E4;
}
</style>
background-color css
<style>
a { background-color: #03E9E4; }
a { background-color: rgb(3,233,228); }
div.DivClassName
{
background-color: #03E9E4;
}
.BgClassName
{
background-color: #03E9E4;
}
</style>
border-color css
<style>
span { border-color: #03E9E4; }
span { border-color: rgb(3,233,228); }
td.TdClassName
{
border-color: #03E9E4;
}
.TagClassName
{
border-color: #03E9E4;
}
</style>