Shades of Bright Turquoise #03E0EA
Tints of Bright Turquoise #03E0EA
RGB
CMYK
RGB Variations
Color information
#03E0EA (or 0x03E0EA) is known color: Bright Turquoise. HEX triplet: 03, E0 and EA. RGB value is (3,224,234). Sum of RGB (Red+Green+Blue) = 3+224+234=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #03E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E0EA is #FC1F15. Grayscale: #9E9E9E. Windows color (decimal): -16523030 or 15392771. OLE color: 15392771.
HSL color Cylindrical-coordinate representation of color #03E0EA: hue angle of 182.6º 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 #03E0EA is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 224 | 234 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.08 |
| HSL | 182.6º | 0.97% | 0.46% | - |
| HSV(B) | 182.6º | 0.99% | 0.92% | - |
| XYZ | 41.54 | 59.27 | 87.09 | - |
| YUV | 159.06 | 170.28 | 16.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 234 | 0.99 | 0.04 | 0 | 0.08 | 182.6 | 0.97 | 0.46 |
| Hex | 3 | E0 | EA | 63 | 4 | 0 | 8 | B7 | 61 | 2E |
| Octal | 3 | 340 | 352 | 143 | 4 | 0 | 10 | 267 | 141 | 56 |
| Binary | 11 | 11100000 | 11101010 | 1100011 | 100 | 0 | 1000 | 10110111 | 1100001 | 101110 |
Color Harmonies of #03E0EA
Complementary color
Monochromatic Colors of #03E0EA
Black with #03E0EA
Text Example
Text Example
White with #03E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E0EA; }
p { color: rgb(3,224,234); }
H1.HeaderClassName
{
color: #03E0EA;
}
.AnyTagClassName
{
color: #03E0EA;
}
</style>
background-color css
<style>
a { background-color: #03E0EA; }
a { background-color: rgb(3,224,234); }
div.DivClassName
{
background-color: #03E0EA;
}
.BgClassName
{
background-color: #03E0EA;
}
</style>
border-color css
<style>
span { border-color: #03E0EA; }
span { border-color: rgb(3,224,234); }
td.TdClassName
{
border-color: #03E0EA;
}
.TagClassName
{
border-color: #03E0EA;
}
</style>