Shades of Bright Turquoise #03E4E6
Tints of Bright Turquoise #03E4E6
RGB
CMYK
RGB Variations
Color information
#03E4E6 (or 0x03E4E6) is known color: Bright Turquoise. HEX triplet: 03, E4 and E6. RGB value is (3,228,230). Sum of RGB (Red+Green+Blue) = 3+228+230=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #03E4E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E4E6 is #FC1B19. Grayscale: #A0A0A0. Windows color (decimal): -16522010 or 15131651. OLE color: 15131651.
HSL color Cylindrical-coordinate representation of color #03E4E6: hue angle of 180.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E4E6 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 228 | 230 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.10 |
| HSL | 180.53º | 0.97% | 0.46% | - |
| HSV(B) | 180.53º | 0.99% | 0.9% | - |
| XYZ | 42.06 | 61.22 | 84.46 | - |
| YUV | 160.95 | 166.96 | 15.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 228 | 230 | 0.99 | 0.01 | 0 | 0.10 | 180.53 | 0.97 | 0.46 |
| Hex | 3 | E4 | E6 | 63 | 1 | 0 | A | B5 | 61 | 2E |
| Octal | 3 | 344 | 346 | 143 | 1 | 0 | 12 | 265 | 141 | 56 |
| Binary | 11 | 11100100 | 11100110 | 1100011 | 1 | 0 | 1010 | 10110101 | 1100001 | 101110 |
Color Harmonies of #03E4E6
Complementary color
Monochromatic Colors of #03E4E6
Black with #03E4E6
Text Example
Text Example
White with #03E4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E4E6; }
p { color: rgb(3,228,230); }
H1.HeaderClassName
{
color: #03E4E6;
}
.AnyTagClassName
{
color: #03E4E6;
}
</style>
background-color css
<style>
a { background-color: #03E4E6; }
a { background-color: rgb(3,228,230); }
div.DivClassName
{
background-color: #03E4E6;
}
.BgClassName
{
background-color: #03E4E6;
}
</style>
border-color css
<style>
span { border-color: #03E4E6; }
span { border-color: rgb(3,228,230); }
td.TdClassName
{
border-color: #03E4E6;
}
.TagClassName
{
border-color: #03E4E6;
}
</style>