Shades of Bright Turquoise #03F9C5
Tints of Bright Turquoise #03F9C5
RGB
CMYK
RGB Variations
Color information
#03F9C5 (or 0x03F9C5) is known color: Bright Turquoise. HEX triplet: 03, F9 and C5. RGB value is (3,249,197). Sum of RGB (Red+Green+Blue) = 3+249+197=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #03F9C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F9C5 is #FC063A. Grayscale: #A9A9A9. Windows color (decimal): -16516667 or 12974339. OLE color: 12974339.
HSL color Cylindrical-coordinate representation of color #03F9C5: hue angle of 167.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F9C5 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 197 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.02 |
| HSL | 167.32º | 0.98% | 0.49% | - |
| HSV(B) | 167.32º | 0.99% | 0.98% | - |
| XYZ | 43.99 | 71.8 | 64.36 | - |
| YUV | 169.52 | 143.5 | 9.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 197 | 0.99 | 0 | 0.21 | 0.02 | 167.32 | 0.98 | 0.49 |
| Hex | 3 | F9 | C5 | 63 | 0 | 15 | 2 | A7 | 62 | 31 |
| Octal | 3 | 371 | 305 | 143 | 0 | 25 | 2 | 247 | 142 | 61 |
| Binary | 11 | 11111001 | 11000101 | 1100011 | 0 | 10101 | 10 | 10100111 | 1100010 | 110001 |
Color Harmonies of #03F9C5
Complementary color
Monochromatic Colors of #03F9C5
Black with #03F9C5
Text Example
Text Example
White with #03F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F9C5; }
p { color: rgb(3,249,197); }
H1.HeaderClassName
{
color: #03F9C5;
}
.AnyTagClassName
{
color: #03F9C5;
}
</style>
background-color css
<style>
a { background-color: #03F9C5; }
a { background-color: rgb(3,249,197); }
div.DivClassName
{
background-color: #03F9C5;
}
.BgClassName
{
background-color: #03F9C5;
}
</style>
border-color css
<style>
span { border-color: #03F9C5; }
span { border-color: rgb(3,249,197); }
td.TdClassName
{
border-color: #03F9C5;
}
.TagClassName
{
border-color: #03F9C5;
}
</style>