Shades of Bright Turquoise #03E8EA
Tints of Bright Turquoise #03E8EA
RGB
CMYK
RGB Variations
Color information
#03E8EA (or 0x03E8EA) is known color: Bright Turquoise. HEX triplet: 03, E8 and EA. RGB value is (3,232,234). Sum of RGB (Red+Green+Blue) = 3+232+234=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #03E8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E8EA is #FC1715. Grayscale: #A3A3A3. Windows color (decimal): -16520982 or 15394819. OLE color: 15394819.
HSL color Cylindrical-coordinate representation of color #03E8EA: hue angle of 180.52º 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 #03E8EA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 232 | 234 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.08 |
| HSL | 180.52º | 0.97% | 0.46% | - |
| HSV(B) | 180.52º | 0.99% | 0.92% | - |
| XYZ | 43.75 | 63.67 | 87.83 | - |
| YUV | 163.76 | 167.63 | 13.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 234 | 0.99 | 0.01 | 0 | 0.08 | 180.52 | 0.97 | 0.46 |
| Hex | 3 | E8 | EA | 63 | 1 | 0 | 8 | B5 | 61 | 2E |
| Octal | 3 | 350 | 352 | 143 | 1 | 0 | 10 | 265 | 141 | 56 |
| Binary | 11 | 11101000 | 11101010 | 1100011 | 1 | 0 | 1000 | 10110101 | 1100001 | 101110 |
Color Harmonies of #03E8EA
Complementary color
Monochromatic Colors of #03E8EA
Black with #03E8EA
Text Example
Text Example
White with #03E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E8EA; }
p { color: rgb(3,232,234); }
H1.HeaderClassName
{
color: #03E8EA;
}
.AnyTagClassName
{
color: #03E8EA;
}
</style>
background-color css
<style>
a { background-color: #03E8EA; }
a { background-color: rgb(3,232,234); }
div.DivClassName
{
background-color: #03E8EA;
}
.BgClassName
{
background-color: #03E8EA;
}
</style>
border-color css
<style>
span { border-color: #03E8EA; }
span { border-color: rgb(3,232,234); }
td.TdClassName
{
border-color: #03E8EA;
}
.TagClassName
{
border-color: #03E8EA;
}
</style>