Shades of Bright Turquoise #03EAC1
Tints of Bright Turquoise #03EAC1
RGB
CMYK
RGB Variations
Color information
#03EAC1 (or 0x03EAC1) is known color: Bright Turquoise. HEX triplet: 03, EA and C1. RGB value is (3,234,193). Sum of RGB (Red+Green+Blue) = 3+234+193=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #03EAC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EAC1 is #FC153E. Grayscale: #A0A0A0. Windows color (decimal): -16520511 or 12708355. OLE color: 12708355.
HSL color Cylindrical-coordinate representation of color #03EAC1: hue angle of 169.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EAC1 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 234 | 193 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.08 |
| HSL | 169.35º | 0.97% | 0.46% | - |
| HSV(B) | 169.35º | 0.99% | 0.92% | - |
| XYZ | 39.09 | 62.72 | 60.5 | - |
| YUV | 160.26 | 146.47 | 15.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 234 | 193 | 0.99 | 0 | 0.18 | 0.08 | 169.35 | 0.97 | 0.46 |
| Hex | 3 | EA | C1 | 63 | 0 | 12 | 8 | A9 | 61 | 2E |
| Octal | 3 | 352 | 301 | 143 | 0 | 22 | 10 | 251 | 141 | 56 |
| Binary | 11 | 11101010 | 11000001 | 1100011 | 0 | 10010 | 1000 | 10101001 | 1100001 | 101110 |
Color Harmonies of #03EAC1
Complementary color
Monochromatic Colors of #03EAC1
Black with #03EAC1
Text Example
Text Example
White with #03EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EAC1; }
p { color: rgb(3,234,193); }
H1.HeaderClassName
{
color: #03EAC1;
}
.AnyTagClassName
{
color: #03EAC1;
}
</style>
background-color css
<style>
a { background-color: #03EAC1; }
a { background-color: rgb(3,234,193); }
div.DivClassName
{
background-color: #03EAC1;
}
.BgClassName
{
background-color: #03EAC1;
}
</style>
border-color css
<style>
span { border-color: #03EAC1; }
span { border-color: rgb(3,234,193); }
td.TdClassName
{
border-color: #03EAC1;
}
.TagClassName
{
border-color: #03EAC1;
}
</style>