Shades of Bright Turquoise #03ECE3
Tints of Bright Turquoise #03ECE3
RGB
CMYK
RGB Variations
Color information
#03ECE3 (or 0x03ECE3) is known color: Bright Turquoise. HEX triplet: 03, EC and E3. RGB value is (3,236,227). Sum of RGB (Red+Green+Blue) = 3+236+227=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECE3 is #FC131C. Grayscale: #A5A5A5. Windows color (decimal): -16519965 or 14937091. OLE color: 14937091.
HSL color Cylindrical-coordinate representation of color #03ECE3: hue angle of 177.68º 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 #03ECE3 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 227 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.07 |
| HSL | 177.68º | 0.97% | 0.47% | - |
| HSV(B) | 177.68º | 0.99% | 0.93% | - |
| XYZ | 43.9 | 65.56 | 83.01 | - |
| YUV | 165.31 | 162.81 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 227 | 0.99 | 0 | 0.04 | 0.07 | 177.68 | 0.97 | 0.47 |
| Hex | 3 | EC | E3 | 63 | 0 | 4 | 7 | B2 | 61 | 2F |
| Octal | 3 | 354 | 343 | 143 | 0 | 4 | 7 | 262 | 141 | 57 |
| Binary | 11 | 11101100 | 11100011 | 1100011 | 0 | 100 | 111 | 10110010 | 1100001 | 101111 |
Color Harmonies of #03ECE3
Complementary color
Monochromatic Colors of #03ECE3
Black with #03ECE3
Text Example
Text Example
White with #03ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECE3; }
p { color: rgb(3,236,227); }
H1.HeaderClassName
{
color: #03ECE3;
}
.AnyTagClassName
{
color: #03ECE3;
}
</style>
background-color css
<style>
a { background-color: #03ECE3; }
a { background-color: rgb(3,236,227); }
div.DivClassName
{
background-color: #03ECE3;
}
.BgClassName
{
background-color: #03ECE3;
}
</style>
border-color css
<style>
span { border-color: #03ECE3; }
span { border-color: rgb(3,236,227); }
td.TdClassName
{
border-color: #03ECE3;
}
.TagClassName
{
border-color: #03ECE3;
}
</style>