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