Shades of Bright Turquoise #03FFE0
Tints of Bright Turquoise #03FFE0
RGB
CMYK
RGB Variations
Color information
#03FFE0 (or 0x03FFE0) is known color: Bright Turquoise. HEX triplet: 03, FF and E0. RGB value is (3,255,224). Sum of RGB (Red+Green+Blue) = 3+255+224=482 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFE0 is #FC001F. Grayscale: #AFAFAF. Windows color (decimal): -16515104 or 14745347. OLE color: 14745347.
HSL color Cylindrical-coordinate representation of color #03FFE0: hue angle of 172.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFE0 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 224 | - |
| CMYK | 0.99 | 0 | 0.12 | 0 |
| HSL | 172.62º | 1% | 0.51% | - |
| HSV(B) | 172.62º | 0.99% | 1% | - |
| XYZ | 49.25 | 76.92 | 82.77 | - |
| YUV | 176.12 | 155.01 | 4.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 224 | 0.99 | 0 | 0.12 | 0 | 172.62 | 1 | 0.51 |
| Hex | 3 | FF | E0 | 63 | 0 | C | 0 | AD | 64 | 33 |
| Octal | 3 | 377 | 340 | 143 | 0 | 14 | 0 | 255 | 144 | 63 |
| Binary | 11 | 11111111 | 11100000 | 1100011 | 0 | 1100 | 0 | 10101101 | 1100100 | 110011 |
Color Harmonies of #03FFE0
Complementary color
Monochromatic Colors of #03FFE0
Black with #03FFE0
Text Example
Text Example
White with #03FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFE0; }
p { color: rgb(3,255,224); }
H1.HeaderClassName
{
color: #03FFE0;
}
.AnyTagClassName
{
color: #03FFE0;
}
</style>
background-color css
<style>
a { background-color: #03FFE0; }
a { background-color: rgb(3,255,224); }
div.DivClassName
{
background-color: #03FFE0;
}
.BgClassName
{
background-color: #03FFE0;
}
</style>
border-color css
<style>
span { border-color: #03FFE0; }
span { border-color: rgb(3,255,224); }
td.TdClassName
{
border-color: #03FFE0;
}
.TagClassName
{
border-color: #03FFE0;
}
</style>