Shades of Bright Turquoise #03FCC1
Tints of Bright Turquoise #03FCC1
RGB
CMYK
RGB Variations
Color information
#03FCC1 (or 0x03FCC1) is known color: Bright Turquoise. HEX triplet: 03, FC and C1. RGB value is (3,252,193). Sum of RGB (Red+Green+Blue) = 3+252+193=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCC1 is #FC033E. Grayscale: #AAAAAA. Windows color (decimal): -16515903 or 12712963. OLE color: 12712963.
HSL color Cylindrical-coordinate representation of color #03FCC1: hue angle of 165.78º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FCC1 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 193 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.01 |
| HSL | 165.78º | 0.98% | 0.5% | - |
| HSV(B) | 165.78º | 0.99% | 0.99% | - |
| XYZ | 44.47 | 73.49 | 62.29 | - |
| YUV | 170.82 | 140.51 | 8.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 193 | 0.99 | 0 | 0.23 | 0.01 | 165.78 | 0.98 | 0.5 |
| Hex | 3 | FC | C1 | 63 | 0 | 17 | 1 | A6 | 62 | 32 |
| Octal | 3 | 374 | 301 | 143 | 0 | 27 | 1 | 246 | 142 | 62 |
| Binary | 11 | 11111100 | 11000001 | 1100011 | 0 | 10111 | 1 | 10100110 | 1100010 | 110010 |
Color Harmonies of #03FCC1
Complementary color
Monochromatic Colors of #03FCC1
Black with #03FCC1
Text Example
Text Example
White with #03FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCC1; }
p { color: rgb(3,252,193); }
H1.HeaderClassName
{
color: #03FCC1;
}
.AnyTagClassName
{
color: #03FCC1;
}
</style>
background-color css
<style>
a { background-color: #03FCC1; }
a { background-color: rgb(3,252,193); }
div.DivClassName
{
background-color: #03FCC1;
}
.BgClassName
{
background-color: #03FCC1;
}
</style>
border-color css
<style>
span { border-color: #03FCC1; }
span { border-color: rgb(3,252,193); }
td.TdClassName
{
border-color: #03FCC1;
}
.TagClassName
{
border-color: #03FCC1;
}
</style>