Shades of Bright Turquoise #03FCC2
Tints of Bright Turquoise #03FCC2
RGB
CMYK
RGB Variations
Color information
#03FCC2 (or 0x03FCC2) is known color: Bright Turquoise. HEX triplet: 03, FC and C2. RGB value is (3,252,194). Sum of RGB (Red+Green+Blue) = 3+252+194=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCC2 is #FC033D. Grayscale: #AAAAAA. Windows color (decimal): -16515902 or 12778499. OLE color: 12778499.
HSL color Cylindrical-coordinate representation of color #03FCC2: hue angle of 166.02º 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 #03FCC2 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 3 | 252 | 194 | - |
CMYK | 0.99 | 0 | 0.23 | 0.01 |
HSL | 166.02º | 0.98% | 0.5% | - |
HSV(B) | 166.02º | 0.99% | 0.99% | - |
XYZ | 44.59 | 73.54 | 62.88 | - |
YUV | 170.94 | 141.01 | 8.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 252 | 194 | 0.99 | 0 | 0.23 | 0.01 | 166.02 | 0.98 | 0.5 |
Hex | 3 | FC | C2 | 63 | 0 | 17 | 1 | A6 | 62 | 32 |
Octal | 3 | 374 | 302 | 143 | 0 | 27 | 1 | 246 | 142 | 62 |
Binary | 11 | 11111100 | 11000010 | 1100011 | 0 | 10111 | 1 | 10100110 | 1100010 | 110010 |
Color Harmonies of #03FCC2
Complementary color
Monochromatic Colors of #03FCC2
Black with #03FCC2
Text Example
Text Example
White with #03FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCC2; }
p { color: rgb(3,252,194); }
H1.HeaderClassName
{
color: #03FCC2;
}
.AnyTagClassName
{
color: #03FCC2;
}
</style>
background-color css
<style>
a { background-color: #03FCC2; }
a { background-color: rgb(3,252,194); }
div.DivClassName
{
background-color: #03FCC2;
}
.BgClassName
{
background-color: #03FCC2;
}
</style>
border-color css
<style>
span { border-color: #03FCC2; }
span { border-color: rgb(3,252,194); }
td.TdClassName
{
border-color: #03FCC2;
}
.TagClassName
{
border-color: #03FCC2;
}
</style>