Shades of Bright Turquoise #03E8C0
Tints of Bright Turquoise #03E8C0
RGB
CMYK
RGB Variations
Color information
#03E8C0 (or 0x03E8C0) is known color: Bright Turquoise. HEX triplet: 03, E8 and C0. RGB value is (3,232,192). Sum of RGB (Red+Green+Blue) = 3+232+192=427 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #03E8C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E8C0 is #FC173F. Grayscale: #9E9E9E. Windows color (decimal): -16521024 or 12642307. OLE color: 12642307.
HSL color Cylindrical-coordinate representation of color #03E8C0: hue angle of 169.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E8C0 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 192 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.09 |
| HSL | 169.52º | 0.97% | 0.46% | - |
| HSV(B) | 169.52º | 0.99% | 0.91% | - |
| XYZ | 38.41 | 61.54 | 59.72 | - |
| YUV | 158.97 | 146.63 | 16.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 192 | 0.99 | 0 | 0.17 | 0.09 | 169.52 | 0.97 | 0.46 |
| Hex | 3 | E8 | C0 | 63 | 0 | 11 | 9 | AA | 61 | 2E |
| Octal | 3 | 350 | 300 | 143 | 0 | 21 | 11 | 252 | 141 | 56 |
| Binary | 11 | 11101000 | 11000000 | 1100011 | 0 | 10001 | 1001 | 10101010 | 1100001 | 101110 |
Color Harmonies of #03E8C0
Complementary color
Monochromatic Colors of #03E8C0
Black with #03E8C0
Text Example
Text Example
White with #03E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E8C0; }
p { color: rgb(3,232,192); }
H1.HeaderClassName
{
color: #03E8C0;
}
.AnyTagClassName
{
color: #03E8C0;
}
</style>
background-color css
<style>
a { background-color: #03E8C0; }
a { background-color: rgb(3,232,192); }
div.DivClassName
{
background-color: #03E8C0;
}
.BgClassName
{
background-color: #03E8C0;
}
</style>
border-color css
<style>
span { border-color: #03E8C0; }
span { border-color: rgb(3,232,192); }
td.TdClassName
{
border-color: #03E8C0;
}
.TagClassName
{
border-color: #03E8C0;
}
</style>