Shades of Bright Turquoise #03F9E5
Tints of Bright Turquoise #03F9E5
RGB
CMYK
RGB Variations
Color information
#03F9E5 (or 0x03F9E5) is known color: Bright Turquoise. HEX triplet: 03, F9 and E5. RGB value is (3,249,229). Sum of RGB (Red+Green+Blue) = 3+249+229=481 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #03F9E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F9E5 is #FC061A. Grayscale: #ADADAD. Windows color (decimal): -16516635 or 15071491. OLE color: 15071491.
HSL color Cylindrical-coordinate representation of color #03F9E5: hue angle of 175.12º 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 #03F9E5 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 229 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.02 |
| HSL | 175.12º | 0.98% | 0.49% | - |
| HSV(B) | 175.12º | 0.99% | 0.98% | - |
| XYZ | 48.06 | 73.43 | 85.77 | - |
| YUV | 173.17 | 159.5 | 6.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 229 | 0.99 | 0 | 0.08 | 0.02 | 175.12 | 0.98 | 0.49 |
| Hex | 3 | F9 | E5 | 63 | 0 | 8 | 2 | AF | 62 | 31 |
| Octal | 3 | 371 | 345 | 143 | 0 | 10 | 2 | 257 | 142 | 61 |
| Binary | 11 | 11111001 | 11100101 | 1100011 | 0 | 1000 | 10 | 10101111 | 1100010 | 110001 |
Color Harmonies of #03F9E5
Complementary color
Monochromatic Colors of #03F9E5
Black with #03F9E5
Text Example
Text Example
White with #03F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F9E5; }
p { color: rgb(3,249,229); }
H1.HeaderClassName
{
color: #03F9E5;
}
.AnyTagClassName
{
color: #03F9E5;
}
</style>
background-color css
<style>
a { background-color: #03F9E5; }
a { background-color: rgb(3,249,229); }
div.DivClassName
{
background-color: #03F9E5;
}
.BgClassName
{
background-color: #03F9E5;
}
</style>
border-color css
<style>
span { border-color: #03F9E5; }
span { border-color: rgb(3,249,229); }
td.TdClassName
{
border-color: #03F9E5;
}
.TagClassName
{
border-color: #03F9E5;
}
</style>