Shades of Bright Turquoise #03FECA
Tints of Bright Turquoise #03FECA
RGB
CMYK
RGB Variations
Color information
#03FECA (or 0x03FECA) is known color: Bright Turquoise. HEX triplet: 03, FE and CA. RGB value is (3,254,202). Sum of RGB (Red+Green+Blue) = 3+254+202=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #03FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FECA is #FC0135. Grayscale: #ACACAC. Windows color (decimal): -16515382 or 13303299. OLE color: 13303299.
HSL color Cylindrical-coordinate representation of color #03FECA: hue angle of 167.57º 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 #03FECA is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 202 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.00 |
| HSL | 167.57º | 0.99% | 0.5% | - |
| HSV(B) | 167.57º | 0.99% | 1% | - |
| XYZ | 46.14 | 75.17 | 67.95 | - |
| YUV | 173.02 | 144.34 | 6.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 202 | 0.99 | 0 | 0.20 | 0.00 | 167.57 | 0.99 | 0.5 |
| Hex | 3 | FE | CA | 63 | 0 | 14 | 0 | A8 | 63 | 32 |
| Octal | 3 | 376 | 312 | 143 | 0 | 24 | 0 | 250 | 143 | 62 |
| Binary | 11 | 11111110 | 11001010 | 1100011 | 0 | 10100 | 0 | 10101000 | 1100011 | 110010 |
Color Harmonies of #03FECA
Complementary color
Monochromatic Colors of #03FECA
Black with #03FECA
Text Example
Text Example
White with #03FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FECA; }
p { color: rgb(3,254,202); }
H1.HeaderClassName
{
color: #03FECA;
}
.AnyTagClassName
{
color: #03FECA;
}
</style>
background-color css
<style>
a { background-color: #03FECA; }
a { background-color: rgb(3,254,202); }
div.DivClassName
{
background-color: #03FECA;
}
.BgClassName
{
background-color: #03FECA;
}
</style>
border-color css
<style>
span { border-color: #03FECA; }
span { border-color: rgb(3,254,202); }
td.TdClassName
{
border-color: #03FECA;
}
.TagClassName
{
border-color: #03FECA;
}
</style>