Shades of Bright Turquoise #03EADB
Tints of Bright Turquoise #03EADB
RGB
CMYK
RGB Variations
Color information
#03EADB (or 0x03EADB) is known color: Bright Turquoise. HEX triplet: 03, EA and DB. RGB value is (3,234,219). Sum of RGB (Red+Green+Blue) = 3+234+219=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #03EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EADB is #FC1524. Grayscale: #A3A3A3. Windows color (decimal): -16520485 or 14412291. OLE color: 14412291.
HSL color Cylindrical-coordinate representation of color #03EADB: hue angle of 176.1º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EADB is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 234 | 219 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.08 |
| HSL | 176.1º | 0.97% | 0.46% | - |
| HSV(B) | 176.1º | 0.99% | 0.92% | - |
| XYZ | 42.25 | 63.98 | 77.14 | - |
| YUV | 163.22 | 159.47 | 13.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 234 | 219 | 0.99 | 0 | 0.06 | 0.08 | 176.1 | 0.97 | 0.46 |
| Hex | 3 | EA | DB | 63 | 0 | 6 | 8 | B0 | 61 | 2E |
| Octal | 3 | 352 | 333 | 143 | 0 | 6 | 10 | 260 | 141 | 56 |
| Binary | 11 | 11101010 | 11011011 | 1100011 | 0 | 110 | 1000 | 10110000 | 1100001 | 101110 |
Color Harmonies of #03EADB
Complementary color
Monochromatic Colors of #03EADB
Black with #03EADB
Text Example
Text Example
White with #03EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EADB; }
p { color: rgb(3,234,219); }
H1.HeaderClassName
{
color: #03EADB;
}
.AnyTagClassName
{
color: #03EADB;
}
</style>
background-color css
<style>
a { background-color: #03EADB; }
a { background-color: rgb(3,234,219); }
div.DivClassName
{
background-color: #03EADB;
}
.BgClassName
{
background-color: #03EADB;
}
</style>
border-color css
<style>
span { border-color: #03EADB; }
span { border-color: rgb(3,234,219); }
td.TdClassName
{
border-color: #03EADB;
}
.TagClassName
{
border-color: #03EADB;
}
</style>