Shades of Bright Turquoise #03FEDB
Tints of Bright Turquoise #03FEDB
RGB
CMYK
RGB Variations
Color information
#03FEDB (or 0x03FEDB) is known color: Bright Turquoise. HEX triplet: 03, FE and DB. RGB value is (3,254,219). Sum of RGB (Red+Green+Blue) = 3+254+219=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FEDB is #FC0124. Grayscale: #AEAEAE. Windows color (decimal): -16515365 or 14417411. OLE color: 14417411.
HSL color Cylindrical-coordinate representation of color #03FEDB: hue angle of 171.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FEDB is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 219 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.00 |
| HSL | 171.63º | 0.99% | 0.5% | - |
| HSV(B) | 171.63º | 0.99% | 1% | - |
| XYZ | 48.27 | 76.02 | 79.15 | - |
| YUV | 174.96 | 152.84 | 5.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 219 | 0.99 | 0 | 0.14 | 0.00 | 171.63 | 0.99 | 0.5 |
| Hex | 3 | FE | DB | 63 | 0 | E | 0 | AC | 63 | 32 |
| Octal | 3 | 376 | 333 | 143 | 0 | 16 | 0 | 254 | 143 | 62 |
| Binary | 11 | 11111110 | 11011011 | 1100011 | 0 | 1110 | 0 | 10101100 | 1100011 | 110010 |
Color Harmonies of #03FEDB
Complementary color
Monochromatic Colors of #03FEDB
Black with #03FEDB
Text Example
Text Example
White with #03FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEDB; }
p { color: rgb(3,254,219); }
H1.HeaderClassName
{
color: #03FEDB;
}
.AnyTagClassName
{
color: #03FEDB;
}
</style>
background-color css
<style>
a { background-color: #03FEDB; }
a { background-color: rgb(3,254,219); }
div.DivClassName
{
background-color: #03FEDB;
}
.BgClassName
{
background-color: #03FEDB;
}
</style>
border-color css
<style>
span { border-color: #03FEDB; }
span { border-color: rgb(3,254,219); }
td.TdClassName
{
border-color: #03FEDB;
}
.TagClassName
{
border-color: #03FEDB;
}
</style>