Shades of Bright Turquoise #03ECD9
Tints of Bright Turquoise #03ECD9
RGB
CMYK
RGB Variations
Color information
#03ECD9 (or 0x03ECD9) is known color: Bright Turquoise. HEX triplet: 03, EC and D9. RGB value is (3,236,217). Sum of RGB (Red+Green+Blue) = 3+236+217=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECD9 is #FC1326. Grayscale: #A4A4A4. Windows color (decimal): -16519975 or 14281731. OLE color: 14281731.
HSL color Cylindrical-coordinate representation of color #03ECD9: hue angle of 175.11º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ECD9 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 217 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.07 |
| HSL | 175.11º | 0.97% | 0.47% | - |
| HSV(B) | 175.11º | 0.99% | 0.93% | - |
| XYZ | 42.56 | 65.02 | 75.95 | - |
| YUV | 164.17 | 157.81 | 13.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 217 | 0.99 | 0 | 0.08 | 0.07 | 175.11 | 0.97 | 0.47 |
| Hex | 3 | EC | D9 | 63 | 0 | 8 | 7 | AF | 61 | 2F |
| Octal | 3 | 354 | 331 | 143 | 0 | 10 | 7 | 257 | 141 | 57 |
| Binary | 11 | 11101100 | 11011001 | 1100011 | 0 | 1000 | 111 | 10101111 | 1100001 | 101111 |
Color Harmonies of #03ECD9
Complementary color
Monochromatic Colors of #03ECD9
Black with #03ECD9
Text Example
Text Example
White with #03ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECD9; }
p { color: rgb(3,236,217); }
H1.HeaderClassName
{
color: #03ECD9;
}
.AnyTagClassName
{
color: #03ECD9;
}
</style>
background-color css
<style>
a { background-color: #03ECD9; }
a { background-color: rgb(3,236,217); }
div.DivClassName
{
background-color: #03ECD9;
}
.BgClassName
{
background-color: #03ECD9;
}
</style>
border-color css
<style>
span { border-color: #03ECD9; }
span { border-color: rgb(3,236,217); }
td.TdClassName
{
border-color: #03ECD9;
}
.TagClassName
{
border-color: #03ECD9;
}
</style>