Shades of Bright Turquoise #03E9D6
Tints of Bright Turquoise #03E9D6
RGB
CMYK
RGB Variations
Color information
#03E9D6 (or 0x03E9D6) is known color: Bright Turquoise. HEX triplet: 03, E9 and D6. RGB value is (3,233,214). Sum of RGB (Red+Green+Blue) = 3+233+214=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #03E9D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E9D6 is #FC1629. Grayscale: #A1A1A1. Windows color (decimal): -16520746 or 14084355. OLE color: 14084355.
HSL color Cylindrical-coordinate representation of color #03E9D6: hue angle of 175.04º 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 #03E9D6 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 214 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.09 |
| HSL | 175.04º | 0.97% | 0.46% | - |
| HSV(B) | 175.04º | 0.99% | 0.91% | - |
| XYZ | 41.31 | 63.15 | 73.63 | - |
| YUV | 162.06 | 157.3 | 14.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 214 | 0.99 | 0 | 0.08 | 0.09 | 175.04 | 0.97 | 0.46 |
| Hex | 3 | E9 | D6 | 63 | 0 | 8 | 9 | AF | 61 | 2E |
| Octal | 3 | 351 | 326 | 143 | 0 | 10 | 11 | 257 | 141 | 56 |
| Binary | 11 | 11101001 | 11010110 | 1100011 | 0 | 1000 | 1001 | 10101111 | 1100001 | 101110 |
Color Harmonies of #03E9D6
Complementary color
Monochromatic Colors of #03E9D6
Black with #03E9D6
Text Example
Text Example
White with #03E9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E9D6; }
p { color: rgb(3,233,214); }
H1.HeaderClassName
{
color: #03E9D6;
}
.AnyTagClassName
{
color: #03E9D6;
}
</style>
background-color css
<style>
a { background-color: #03E9D6; }
a { background-color: rgb(3,233,214); }
div.DivClassName
{
background-color: #03E9D6;
}
.BgClassName
{
background-color: #03E9D6;
}
</style>
border-color css
<style>
span { border-color: #03E9D6; }
span { border-color: rgb(3,233,214); }
td.TdClassName
{
border-color: #03E9D6;
}
.TagClassName
{
border-color: #03E9D6;
}
</style>