Shades of Bright Turquoise #03E4CE
Tints of Bright Turquoise #03E4CE
RGB
CMYK
RGB Variations
Color information
#03E4CE (or 0x03E4CE) is known color: Bright Turquoise. HEX triplet: 03, E4 and CE. RGB value is (3,228,206). Sum of RGB (Red+Green+Blue) = 3+228+206=437 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #03E4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03E4CE is #FC1B31. Grayscale: #9E9E9E. Windows color (decimal): -16522034 or 13558787. OLE color: 13558787.
HSL color Cylindrical-coordinate representation of color #03E4CE: hue angle of 174.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E4CE is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 228 | 206 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.11 |
| HSL | 174.13º | 0.97% | 0.45% | - |
| HSV(B) | 174.13º | 0.99% | 0.89% | - |
| XYZ | 38.92 | 59.96 | 67.92 | - |
| YUV | 158.22 | 154.96 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 228 | 206 | 0.99 | 0 | 0.10 | 0.11 | 174.13 | 0.97 | 0.45 |
| Hex | 3 | E4 | CE | 63 | 0 | A | B | AE | 61 | 2D |
| Octal | 3 | 344 | 316 | 143 | 0 | 12 | 13 | 256 | 141 | 55 |
| Binary | 11 | 11100100 | 11001110 | 1100011 | 0 | 1010 | 1011 | 10101110 | 1100001 | 101101 |
Color Harmonies of #03E4CE
Complementary color
Monochromatic Colors of #03E4CE
Black with #03E4CE
Text Example
Text Example
White with #03E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E4CE; }
p { color: rgb(3,228,206); }
H1.HeaderClassName
{
color: #03E4CE;
}
.AnyTagClassName
{
color: #03E4CE;
}
</style>
background-color css
<style>
a { background-color: #03E4CE; }
a { background-color: rgb(3,228,206); }
div.DivClassName
{
background-color: #03E4CE;
}
.BgClassName
{
background-color: #03E4CE;
}
</style>
border-color css
<style>
span { border-color: #03E4CE; }
span { border-color: rgb(3,228,206); }
td.TdClassName
{
border-color: #03E4CE;
}
.TagClassName
{
border-color: #03E4CE;
}
</style>