Shades of Bright Turquoise #03E6C5
Tints of Bright Turquoise #03E6C5
RGB
CMYK
RGB Variations
Color information
#03E6C5 (or 0x03E6C5) is known color: Bright Turquoise. HEX triplet: 03, E6 and C5. RGB value is (3,230,197). Sum of RGB (Red+Green+Blue) = 3+230+197=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #03E6C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E6C5 is #FC193A. Grayscale: #9E9E9E. Windows color (decimal): -16521531 or 12969475. OLE color: 12969475.
HSL color Cylindrical-coordinate representation of color #03E6C5: hue angle of 171.28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E6C5 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 230 | 197 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.10 |
| HSL | 171.28º | 0.97% | 0.46% | - |
| HSV(B) | 171.28º | 0.99% | 0.9% | - |
| XYZ | 38.41 | 60.64 | 62.5 | - |
| YUV | 158.37 | 149.79 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 197 | 0.99 | 0 | 0.14 | 0.10 | 171.28 | 0.97 | 0.46 |
| Hex | 3 | E6 | C5 | 63 | 0 | E | A | AB | 61 | 2E |
| Octal | 3 | 346 | 305 | 143 | 0 | 16 | 12 | 253 | 141 | 56 |
| Binary | 11 | 11100110 | 11000101 | 1100011 | 0 | 1110 | 1010 | 10101011 | 1100001 | 101110 |
Color Harmonies of #03E6C5
Complementary color
Monochromatic Colors of #03E6C5
Black with #03E6C5
Text Example
Text Example
White with #03E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6C5; }
p { color: rgb(3,230,197); }
H1.HeaderClassName
{
color: #03E6C5;
}
.AnyTagClassName
{
color: #03E6C5;
}
</style>
background-color css
<style>
a { background-color: #03E6C5; }
a { background-color: rgb(3,230,197); }
div.DivClassName
{
background-color: #03E6C5;
}
.BgClassName
{
background-color: #03E6C5;
}
</style>
border-color css
<style>
span { border-color: #03E6C5; }
span { border-color: rgb(3,230,197); }
td.TdClassName
{
border-color: #03E6C5;
}
.TagClassName
{
border-color: #03E6C5;
}
</style>