Shades of Bright Turquoise #03E2ED
Tints of Bright Turquoise #03E2ED
RGB
CMYK
RGB Variations
Color information
#03E2ED (or 0x03E2ED) is known color: Bright Turquoise. HEX triplet: 03, E2 and ED. RGB value is (3,226,237). Sum of RGB (Red+Green+Blue) = 3+226+237=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #03E2ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2ED is #FC1D12. Grayscale: #A0A0A0. Windows color (decimal): -16522515 or 15589891. OLE color: 15589891.
HSL color Cylindrical-coordinate representation of color #03E2ED: hue angle of 182.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E2ED is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 226 | 237 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.07 |
| HSL | 182.82º | 0.98% | 0.47% | - |
| HSV(B) | 182.82º | 0.99% | 0.93% | - |
| XYZ | 42.52 | 60.53 | 89.56 | - |
| YUV | 160.58 | 171.12 | 15.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 237 | 0.99 | 0.05 | 0 | 0.07 | 182.82 | 0.98 | 0.47 |
| Hex | 3 | E2 | ED | 63 | 5 | 0 | 7 | B7 | 62 | 2F |
| Octal | 3 | 342 | 355 | 143 | 5 | 0 | 7 | 267 | 142 | 57 |
| Binary | 11 | 11100010 | 11101101 | 1100011 | 101 | 0 | 111 | 10110111 | 1100010 | 101111 |
Color Harmonies of #03E2ED
Complementary color
Monochromatic Colors of #03E2ED
Black with #03E2ED
Text Example
Text Example
White with #03E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2ED; }
p { color: rgb(3,226,237); }
H1.HeaderClassName
{
color: #03E2ED;
}
.AnyTagClassName
{
color: #03E2ED;
}
</style>
background-color css
<style>
a { background-color: #03E2ED; }
a { background-color: rgb(3,226,237); }
div.DivClassName
{
background-color: #03E2ED;
}
.BgClassName
{
background-color: #03E2ED;
}
</style>
border-color css
<style>
span { border-color: #03E2ED; }
span { border-color: rgb(3,226,237); }
td.TdClassName
{
border-color: #03E2ED;
}
.TagClassName
{
border-color: #03E2ED;
}
</style>