Shades of Bright Turquoise #03EECA
Tints of Bright Turquoise #03EECA
RGB
CMYK
RGB Variations
Color information
#03EECA (or 0x03EECA) is known color: Bright Turquoise. HEX triplet: 03, EE and CA. RGB value is (3,238,202). Sum of RGB (Red+Green+Blue) = 3+238+202=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #03EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EECA is #FC1135. Grayscale: #A3A3A3. Windows color (decimal): -16519478 or 13299203. OLE color: 13299203.
HSL color Cylindrical-coordinate representation of color #03EECA: hue angle of 170.81º 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 #03EECA is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 238 | 202 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.07 |
| HSL | 170.81º | 0.98% | 0.47% | - |
| HSV(B) | 170.81º | 0.99% | 0.93% | - |
| XYZ | 41.27 | 65.43 | 66.33 | - |
| YUV | 163.63 | 149.64 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 238 | 202 | 0.99 | 0 | 0.15 | 0.07 | 170.81 | 0.98 | 0.47 |
| Hex | 3 | EE | CA | 63 | 0 | F | 7 | AB | 62 | 2F |
| Octal | 3 | 356 | 312 | 143 | 0 | 17 | 7 | 253 | 142 | 57 |
| Binary | 11 | 11101110 | 11001010 | 1100011 | 0 | 1111 | 111 | 10101011 | 1100010 | 101111 |
Color Harmonies of #03EECA
Complementary color
Monochromatic Colors of #03EECA
Black with #03EECA
Text Example
Text Example
White with #03EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EECA; }
p { color: rgb(3,238,202); }
H1.HeaderClassName
{
color: #03EECA;
}
.AnyTagClassName
{
color: #03EECA;
}
</style>
background-color css
<style>
a { background-color: #03EECA; }
a { background-color: rgb(3,238,202); }
div.DivClassName
{
background-color: #03EECA;
}
.BgClassName
{
background-color: #03EECA;
}
</style>
border-color css
<style>
span { border-color: #03EECA; }
span { border-color: rgb(3,238,202); }
td.TdClassName
{
border-color: #03EECA;
}
.TagClassName
{
border-color: #03EECA;
}
</style>