Shades of Bright Turquoise #03FECC
Tints of Bright Turquoise #03FECC
RGB
CMYK
RGB Variations
Color information
#03FECC (or 0x03FECC) is known color: Bright Turquoise. HEX triplet: 03, FE and CC. RGB value is (3,254,204). Sum of RGB (Red+Green+Blue) = 3+254+204=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #03FECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FECC is #FC0133. Grayscale: #ADADAD. Windows color (decimal): -16515380 or 13434371. OLE color: 13434371.
HSL color Cylindrical-coordinate representation of color #03FECC: hue angle of 168.05º 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 #03FECC is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 204 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.00 |
| HSL | 168.05º | 0.99% | 0.5% | - |
| HSV(B) | 168.05º | 0.99% | 1% | - |
| XYZ | 46.38 | 75.26 | 69.21 | - |
| YUV | 173.25 | 145.34 | 6.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 204 | 0.99 | 0 | 0.20 | 0.00 | 168.05 | 0.99 | 0.5 |
| Hex | 3 | FE | CC | 63 | 0 | 14 | 0 | A8 | 63 | 32 |
| Octal | 3 | 376 | 314 | 143 | 0 | 24 | 0 | 250 | 143 | 62 |
| Binary | 11 | 11111110 | 11001100 | 1100011 | 0 | 10100 | 0 | 10101000 | 1100011 | 110010 |
Color Harmonies of #03FECC
Complementary color
Monochromatic Colors of #03FECC
Black with #03FECC
Text Example
Text Example
White with #03FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FECC; }
p { color: rgb(3,254,204); }
H1.HeaderClassName
{
color: #03FECC;
}
.AnyTagClassName
{
color: #03FECC;
}
</style>
background-color css
<style>
a { background-color: #03FECC; }
a { background-color: rgb(3,254,204); }
div.DivClassName
{
background-color: #03FECC;
}
.BgClassName
{
background-color: #03FECC;
}
</style>
border-color css
<style>
span { border-color: #03FECC; }
span { border-color: rgb(3,254,204); }
td.TdClassName
{
border-color: #03FECC;
}
.TagClassName
{
border-color: #03FECC;
}
</style>