Shades of Bright Turquoise #03E9DB
Tints of Bright Turquoise #03E9DB
RGB
CMYK
RGB Variations
Color information
#03E9DB (or 0x03E9DB) is known color: Bright Turquoise. HEX triplet: 03, E9 and DB. RGB value is (3,233,219). Sum of RGB (Red+Green+Blue) = 3+233+219=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #03E9DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E9DB is #FC1624. Grayscale: #A2A2A2. Windows color (decimal): -16520741 or 14412035. OLE color: 14412035.
HSL color Cylindrical-coordinate representation of color #03E9DB: hue angle of 176.35º 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 #03E9DB is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 219 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.09 |
| HSL | 176.35º | 0.97% | 0.46% | - |
| HSV(B) | 176.35º | 0.99% | 0.91% | - |
| XYZ | 41.96 | 63.41 | 77.05 | - |
| YUV | 162.63 | 159.8 | 14.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 219 | 0.99 | 0 | 0.06 | 0.09 | 176.35 | 0.97 | 0.46 |
| Hex | 3 | E9 | DB | 63 | 0 | 6 | 9 | B0 | 61 | 2E |
| Octal | 3 | 351 | 333 | 143 | 0 | 6 | 11 | 260 | 141 | 56 |
| Binary | 11 | 11101001 | 11011011 | 1100011 | 0 | 110 | 1001 | 10110000 | 1100001 | 101110 |
Color Harmonies of #03E9DB
Complementary color
Monochromatic Colors of #03E9DB
Black with #03E9DB
Text Example
Text Example
White with #03E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E9DB; }
p { color: rgb(3,233,219); }
H1.HeaderClassName
{
color: #03E9DB;
}
.AnyTagClassName
{
color: #03E9DB;
}
</style>
background-color css
<style>
a { background-color: #03E9DB; }
a { background-color: rgb(3,233,219); }
div.DivClassName
{
background-color: #03E9DB;
}
.BgClassName
{
background-color: #03E9DB;
}
</style>
border-color css
<style>
span { border-color: #03E9DB; }
span { border-color: rgb(3,233,219); }
td.TdClassName
{
border-color: #03E9DB;
}
.TagClassName
{
border-color: #03E9DB;
}
</style>