Shades of Bright Turquoise #03EACC
Tints of Bright Turquoise #03EACC
RGB
CMYK
RGB Variations
Color information
#03EACC (or 0x03EACC) is known color: Bright Turquoise. HEX triplet: 03, EA and CC. RGB value is (3,234,204). Sum of RGB (Red+Green+Blue) = 3+234+204=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #03EACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EACC is #FC1533. Grayscale: #A1A1A1. Windows color (decimal): -16520500 or 13429251. OLE color: 13429251.
HSL color Cylindrical-coordinate representation of color #03EACC: hue angle of 172.21º 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 #03EACC is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 234 | 204 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.08 |
| HSL | 172.21º | 0.97% | 0.46% | - |
| HSV(B) | 172.21º | 0.99% | 0.92% | - |
| XYZ | 40.36 | 63.22 | 67.2 | - |
| YUV | 161.51 | 151.97 | 14.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 234 | 204 | 0.99 | 0 | 0.13 | 0.08 | 172.21 | 0.97 | 0.46 |
| Hex | 3 | EA | CC | 63 | 0 | D | 8 | AC | 61 | 2E |
| Octal | 3 | 352 | 314 | 143 | 0 | 15 | 10 | 254 | 141 | 56 |
| Binary | 11 | 11101010 | 11001100 | 1100011 | 0 | 1101 | 1000 | 10101100 | 1100001 | 101110 |
Color Harmonies of #03EACC
Complementary color
Monochromatic Colors of #03EACC
Black with #03EACC
Text Example
Text Example
White with #03EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EACC; }
p { color: rgb(3,234,204); }
H1.HeaderClassName
{
color: #03EACC;
}
.AnyTagClassName
{
color: #03EACC;
}
</style>
background-color css
<style>
a { background-color: #03EACC; }
a { background-color: rgb(3,234,204); }
div.DivClassName
{
background-color: #03EACC;
}
.BgClassName
{
background-color: #03EACC;
}
</style>
border-color css
<style>
span { border-color: #03EACC; }
span { border-color: rgb(3,234,204); }
td.TdClassName
{
border-color: #03EACC;
}
.TagClassName
{
border-color: #03EACC;
}
</style>