Shades of Bright Turquoise #03ECDB
Tints of Bright Turquoise #03ECDB
RGB
CMYK
RGB Variations
Color information
#03ECDB (or 0x03ECDB) is known color: Bright Turquoise. HEX triplet: 03, EC and DB. RGB value is (3,236,219). Sum of RGB (Red+Green+Blue) = 3+236+219=458 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #03ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03ECDB is #FC1324. Grayscale: #A4A4A4. Windows color (decimal): -16519973 or 14412803. OLE color: 14412803.
HSL color Cylindrical-coordinate representation of color #03ECDB: hue angle of 175.62º 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 #03ECDB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 219 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.07 |
| HSL | 175.62º | 0.97% | 0.47% | - |
| HSV(B) | 175.62º | 0.99% | 0.93% | - |
| XYZ | 42.82 | 65.12 | 77.33 | - |
| YUV | 164.4 | 158.81 | 12.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 219 | 0.99 | 0 | 0.07 | 0.07 | 175.62 | 0.97 | 0.47 |
| Hex | 3 | EC | DB | 63 | 0 | 7 | 7 | B0 | 61 | 2F |
| Octal | 3 | 354 | 333 | 143 | 0 | 7 | 7 | 260 | 141 | 57 |
| Binary | 11 | 11101100 | 11011011 | 1100011 | 0 | 111 | 111 | 10110000 | 1100001 | 101111 |
Color Harmonies of #03ECDB
Complementary color
Monochromatic Colors of #03ECDB
Black with #03ECDB
Text Example
Text Example
White with #03ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECDB; }
p { color: rgb(3,236,219); }
H1.HeaderClassName
{
color: #03ECDB;
}
.AnyTagClassName
{
color: #03ECDB;
}
</style>
background-color css
<style>
a { background-color: #03ECDB; }
a { background-color: rgb(3,236,219); }
div.DivClassName
{
background-color: #03ECDB;
}
.BgClassName
{
background-color: #03ECDB;
}
</style>
border-color css
<style>
span { border-color: #03ECDB; }
span { border-color: rgb(3,236,219); }
td.TdClassName
{
border-color: #03ECDB;
}
.TagClassName
{
border-color: #03ECDB;
}
</style>