Shades of Bright Turquoise #03E6EA
Tints of Bright Turquoise #03E6EA
RGB
CMYK
RGB Variations
Color information
#03E6EA (or 0x03E6EA) is known color: Bright Turquoise. HEX triplet: 03, E6 and EA. RGB value is (3,230,234). Sum of RGB (Red+Green+Blue) = 3+230+234=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #03E6EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6EA is #FC1915. Grayscale: #A2A2A2. Windows color (decimal): -16521494 or 15394307. OLE color: 15394307.
HSL color Cylindrical-coordinate representation of color #03E6EA: hue angle of 181.04º 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 #03E6EA is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 230 | 234 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.08 |
| HSL | 181.04º | 0.97% | 0.46% | - |
| HSV(B) | 181.04º | 0.99% | 0.92% | - |
| XYZ | 43.19 | 62.55 | 87.64 | - |
| YUV | 162.58 | 168.29 | 14.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 234 | 0.99 | 0.02 | 0 | 0.08 | 181.04 | 0.97 | 0.46 |
| Hex | 3 | E6 | EA | 63 | 2 | 0 | 8 | B5 | 61 | 2E |
| Octal | 3 | 346 | 352 | 143 | 2 | 0 | 10 | 265 | 141 | 56 |
| Binary | 11 | 11100110 | 11101010 | 1100011 | 10 | 0 | 1000 | 10110101 | 1100001 | 101110 |
Color Harmonies of #03E6EA
Complementary color
Monochromatic Colors of #03E6EA
Black with #03E6EA
Text Example
Text Example
White with #03E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6EA; }
p { color: rgb(3,230,234); }
H1.HeaderClassName
{
color: #03E6EA;
}
.AnyTagClassName
{
color: #03E6EA;
}
</style>
background-color css
<style>
a { background-color: #03E6EA; }
a { background-color: rgb(3,230,234); }
div.DivClassName
{
background-color: #03E6EA;
}
.BgClassName
{
background-color: #03E6EA;
}
</style>
border-color css
<style>
span { border-color: #03E6EA; }
span { border-color: rgb(3,230,234); }
td.TdClassName
{
border-color: #03E6EA;
}
.TagClassName
{
border-color: #03E6EA;
}
</style>