Shades of Bright Turquoise #03E2EE
Tints of Bright Turquoise #03E2EE
RGB
CMYK
RGB Variations
Color information
#03E2EE (or 0x03E2EE) is known color: Bright Turquoise. HEX triplet: 03, E2 and EE. RGB value is (3,226,238). Sum of RGB (Red+Green+Blue) = 3+226+238=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #03E2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2EE is #FC1D11. Grayscale: #A0A0A0. Windows color (decimal): -16522514 or 15655427. OLE color: 15655427.
HSL color Cylindrical-coordinate representation of color #03E2EE: hue angle of 183.06º 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 #03E2EE is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 226 | 238 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.07 |
| HSL | 183.06º | 0.98% | 0.47% | - |
| HSV(B) | 183.06º | 0.99% | 0.93% | - |
| XYZ | 42.67 | 60.59 | 90.33 | - |
| YUV | 160.69 | 171.62 | 15.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 238 | 0.99 | 0.05 | 0 | 0.07 | 183.06 | 0.98 | 0.47 |
| Hex | 3 | E2 | EE | 63 | 5 | 0 | 7 | B7 | 62 | 2F |
| Octal | 3 | 342 | 356 | 143 | 5 | 0 | 7 | 267 | 142 | 57 |
| Binary | 11 | 11100010 | 11101110 | 1100011 | 101 | 0 | 111 | 10110111 | 1100010 | 101111 |
Color Harmonies of #03E2EE
Complementary color
Monochromatic Colors of #03E2EE
Black with #03E2EE
Text Example
Text Example
White with #03E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2EE; }
p { color: rgb(3,226,238); }
H1.HeaderClassName
{
color: #03E2EE;
}
.AnyTagClassName
{
color: #03E2EE;
}
</style>
background-color css
<style>
a { background-color: #03E2EE; }
a { background-color: rgb(3,226,238); }
div.DivClassName
{
background-color: #03E2EE;
}
.BgClassName
{
background-color: #03E2EE;
}
</style>
border-color css
<style>
span { border-color: #03E2EE; }
span { border-color: rgb(3,226,238); }
td.TdClassName
{
border-color: #03E2EE;
}
.TagClassName
{
border-color: #03E2EE;
}
</style>