Shades of Bright Turquoise #03FECD
Tints of Bright Turquoise #03FECD
RGB
CMYK
RGB Variations
Color information
#03FECD (or 0x03FECD) is known color: Bright Turquoise. HEX triplet: 03, FE and CD. RGB value is (3,254,205). Sum of RGB (Red+Green+Blue) = 3+254+205=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #03FECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FECD is #FC0132. Grayscale: #ADADAD. Windows color (decimal): -16515379 or 13499907. OLE color: 13499907.
HSL color Cylindrical-coordinate representation of color #03FECD: hue angle of 168.29º 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 #03FECD is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 205 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.00 |
| HSL | 168.29º | 0.99% | 0.5% | - |
| HSV(B) | 168.29º | 0.99% | 1% | - |
| XYZ | 46.5 | 75.31 | 69.84 | - |
| YUV | 173.37 | 145.84 | 6.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 205 | 0.99 | 0 | 0.19 | 0.00 | 168.29 | 0.99 | 0.5 |
| Hex | 3 | FE | CD | 63 | 0 | 13 | 0 | A8 | 63 | 32 |
| Octal | 3 | 376 | 315 | 143 | 0 | 23 | 0 | 250 | 143 | 62 |
| Binary | 11 | 11111110 | 11001101 | 1100011 | 0 | 10011 | 0 | 10101000 | 1100011 | 110010 |
Color Harmonies of #03FECD
Complementary color
Monochromatic Colors of #03FECD
Black with #03FECD
Text Example
Text Example
White with #03FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FECD; }
p { color: rgb(3,254,205); }
H1.HeaderClassName
{
color: #03FECD;
}
.AnyTagClassName
{
color: #03FECD;
}
</style>
background-color css
<style>
a { background-color: #03FECD; }
a { background-color: rgb(3,254,205); }
div.DivClassName
{
background-color: #03FECD;
}
.BgClassName
{
background-color: #03FECD;
}
</style>
border-color css
<style>
span { border-color: #03FECD; }
span { border-color: rgb(3,254,205); }
td.TdClassName
{
border-color: #03FECD;
}
.TagClassName
{
border-color: #03FECD;
}
</style>