Shades of Bright Turquoise #03E5DE
Tints of Bright Turquoise #03E5DE
RGB
CMYK
RGB Variations
Color information
#03E5DE (or 0x03E5DE) is known color: Bright Turquoise. HEX triplet: 03, E5 and DE. RGB value is (3,229,222). Sum of RGB (Red+Green+Blue) = 3+229+222=454 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #03E5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03E5DE is #FC1A21. Grayscale: #A0A0A0. Windows color (decimal): -16521762 or 14607619. OLE color: 14607619.
HSL color Cylindrical-coordinate representation of color #03E5DE: hue angle of 178.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E5DE is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 229 | 222 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.10 |
| HSL | 178.14º | 0.97% | 0.45% | - |
| HSV(B) | 178.14º | 0.99% | 0.9% | - |
| XYZ | 41.24 | 61.33 | 78.77 | - |
| YUV | 160.63 | 162.63 | 15.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 222 | 0.99 | 0 | 0.03 | 0.10 | 178.14 | 0.97 | 0.45 |
| Hex | 3 | E5 | DE | 63 | 0 | 3 | A | B2 | 61 | 2D |
| Octal | 3 | 345 | 336 | 143 | 0 | 3 | 12 | 262 | 141 | 55 |
| Binary | 11 | 11100101 | 11011110 | 1100011 | 0 | 11 | 1010 | 10110010 | 1100001 | 101101 |
Color Harmonies of #03E5DE
Complementary color
Monochromatic Colors of #03E5DE
Black with #03E5DE
Text Example
Text Example
White with #03E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E5DE; }
p { color: rgb(3,229,222); }
H1.HeaderClassName
{
color: #03E5DE;
}
.AnyTagClassName
{
color: #03E5DE;
}
</style>
background-color css
<style>
a { background-color: #03E5DE; }
a { background-color: rgb(3,229,222); }
div.DivClassName
{
background-color: #03E5DE;
}
.BgClassName
{
background-color: #03E5DE;
}
</style>
border-color css
<style>
span { border-color: #03E5DE; }
span { border-color: rgb(3,229,222); }
td.TdClassName
{
border-color: #03E5DE;
}
.TagClassName
{
border-color: #03E5DE;
}
</style>