Shades of Bright Turquoise #03FEC1
Tints of Bright Turquoise #03FEC1
RGB
CMYK
RGB Variations
Color information
#03FEC1 (or 0x03FEC1) is known color: Bright Turquoise. HEX triplet: 03, FE and C1. RGB value is (3,254,193). Sum of RGB (Red+Green+Blue) = 3+254+193=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FEC1 is #FC013E. Grayscale: #ABABAB. Windows color (decimal): -16515391 or 12713475. OLE color: 12713475.
HSL color Cylindrical-coordinate representation of color #03FEC1: hue angle of 165.42º 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 #03FEC1 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 193 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.00 |
| HSL | 165.42º | 0.99% | 0.5% | - |
| HSV(B) | 165.42º | 0.99% | 1% | - |
| XYZ | 45.11 | 74.75 | 62.5 | - |
| YUV | 172 | 139.84 | 7.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 193 | 0.99 | 0 | 0.24 | 0.00 | 165.42 | 0.99 | 0.5 |
| Hex | 3 | FE | C1 | 63 | 0 | 18 | 0 | A5 | 63 | 32 |
| Octal | 3 | 376 | 301 | 143 | 0 | 30 | 0 | 245 | 143 | 62 |
| Binary | 11 | 11111110 | 11000001 | 1100011 | 0 | 11000 | 0 | 10100101 | 1100011 | 110010 |
Color Harmonies of #03FEC1
Complementary color
Monochromatic Colors of #03FEC1
Black with #03FEC1
Text Example
Text Example
White with #03FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEC1; }
p { color: rgb(3,254,193); }
H1.HeaderClassName
{
color: #03FEC1;
}
.AnyTagClassName
{
color: #03FEC1;
}
</style>
background-color css
<style>
a { background-color: #03FEC1; }
a { background-color: rgb(3,254,193); }
div.DivClassName
{
background-color: #03FEC1;
}
.BgClassName
{
background-color: #03FEC1;
}
</style>
border-color css
<style>
span { border-color: #03FEC1; }
span { border-color: rgb(3,254,193); }
td.TdClassName
{
border-color: #03FEC1;
}
.TagClassName
{
border-color: #03FEC1;
}
</style>