Shades of Bright Turquoise #03ECBE
Tints of Bright Turquoise #03ECBE
RGB
CMYK
RGB Variations
Color information
#03ECBE (or 0x03ECBE) is known color: Bright Turquoise. HEX triplet: 03, EC and BE. RGB value is (3,236,190). Sum of RGB (Red+Green+Blue) = 3+236+190=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECBE is #FC1341. Grayscale: #A1A1A1. Windows color (decimal): -16520002 or 12512259. OLE color: 12512259.
HSL color Cylindrical-coordinate representation of color #03ECBE: hue angle of 168.15º 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 #03ECBE is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 190 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.07 |
| HSL | 168.15º | 0.97% | 0.47% | - |
| HSV(B) | 168.15º | 0.99% | 0.93% | - |
| XYZ | 39.33 | 63.73 | 58.94 | - |
| YUV | 161.09 | 144.31 | 15.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 190 | 0.99 | 0 | 0.19 | 0.07 | 168.15 | 0.97 | 0.47 |
| Hex | 3 | EC | BE | 63 | 0 | 13 | 7 | A8 | 61 | 2F |
| Octal | 3 | 354 | 276 | 143 | 0 | 23 | 7 | 250 | 141 | 57 |
| Binary | 11 | 11101100 | 10111110 | 1100011 | 0 | 10011 | 111 | 10101000 | 1100001 | 101111 |
Color Harmonies of #03ECBE
Complementary color
Monochromatic Colors of #03ECBE
Black with #03ECBE
Text Example
Text Example
White with #03ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECBE; }
p { color: rgb(3,236,190); }
H1.HeaderClassName
{
color: #03ECBE;
}
.AnyTagClassName
{
color: #03ECBE;
}
</style>
background-color css
<style>
a { background-color: #03ECBE; }
a { background-color: rgb(3,236,190); }
div.DivClassName
{
background-color: #03ECBE;
}
.BgClassName
{
background-color: #03ECBE;
}
</style>
border-color css
<style>
span { border-color: #03ECBE; }
span { border-color: rgb(3,236,190); }
td.TdClassName
{
border-color: #03ECBE;
}
.TagClassName
{
border-color: #03ECBE;
}
</style>