Shades of Bright Turquoise #03F5C1
Tints of Bright Turquoise #03F5C1
RGB
CMYK
RGB Variations
Color information
#03F5C1 (or 0x03F5C1) is known color: Bright Turquoise. HEX triplet: 03, F5 and C1. RGB value is (3,245,193). Sum of RGB (Red+Green+Blue) = 3+245+193=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F5C1 is #FC0A3E. Grayscale: #A6A6A6. Windows color (decimal): -16517695 or 12711171. OLE color: 12711171.
HSL color Cylindrical-coordinate representation of color #03F5C1: hue angle of 167.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5C1 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 193 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.04 |
| HSL | 167.11º | 0.98% | 0.49% | - |
| HSV(B) | 167.11º | 0.99% | 0.96% | - |
| XYZ | 42.32 | 69.17 | 61.57 | - |
| YUV | 166.71 | 142.83 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 193 | 0.99 | 0 | 0.21 | 0.04 | 167.11 | 0.98 | 0.49 |
| Hex | 3 | F5 | C1 | 63 | 0 | 15 | 4 | A7 | 62 | 31 |
| Octal | 3 | 365 | 301 | 143 | 0 | 25 | 4 | 247 | 142 | 61 |
| Binary | 11 | 11110101 | 11000001 | 1100011 | 0 | 10101 | 100 | 10100111 | 1100010 | 110001 |
Color Harmonies of #03F5C1
Complementary color
Monochromatic Colors of #03F5C1
Black with #03F5C1
Text Example
Text Example
White with #03F5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5C1; }
p { color: rgb(3,245,193); }
H1.HeaderClassName
{
color: #03F5C1;
}
.AnyTagClassName
{
color: #03F5C1;
}
</style>
background-color css
<style>
a { background-color: #03F5C1; }
a { background-color: rgb(3,245,193); }
div.DivClassName
{
background-color: #03F5C1;
}
.BgClassName
{
background-color: #03F5C1;
}
</style>
border-color css
<style>
span { border-color: #03F5C1; }
span { border-color: rgb(3,245,193); }
td.TdClassName
{
border-color: #03F5C1;
}
.TagClassName
{
border-color: #03F5C1;
}
</style>