Shades of Bright Turquoise #03EFC5
Tints of Bright Turquoise #03EFC5
RGB
CMYK
RGB Variations
Color information
#03EFC5 (or 0x03EFC5) is known color: Bright Turquoise. HEX triplet: 03, EF and C5. RGB value is (3,239,197). Sum of RGB (Red+Green+Blue) = 3+239+197=439 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFC5 is #FC103A. Grayscale: #A3A3A3. Windows color (decimal): -16519227 or 12971779. OLE color: 12971779.
HSL color Cylindrical-coordinate representation of color #03EFC5: hue angle of 169.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFC5 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 197 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.06 |
| HSL | 169.32º | 0.98% | 0.47% | - |
| HSV(B) | 169.32º | 0.99% | 0.94% | - |
| XYZ | 40.98 | 65.78 | 63.36 | - |
| YUV | 163.65 | 146.81 | 13.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 197 | 0.99 | 0 | 0.18 | 0.06 | 169.32 | 0.98 | 0.47 |
| Hex | 3 | EF | C5 | 63 | 0 | 12 | 6 | A9 | 62 | 2F |
| Octal | 3 | 357 | 305 | 143 | 0 | 22 | 6 | 251 | 142 | 57 |
| Binary | 11 | 11101111 | 11000101 | 1100011 | 0 | 10010 | 110 | 10101001 | 1100010 | 101111 |
Color Harmonies of #03EFC5
Complementary color
Monochromatic Colors of #03EFC5
Black with #03EFC5
Text Example
Text Example
White with #03EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFC5; }
p { color: rgb(3,239,197); }
H1.HeaderClassName
{
color: #03EFC5;
}
.AnyTagClassName
{
color: #03EFC5;
}
</style>
background-color css
<style>
a { background-color: #03EFC5; }
a { background-color: rgb(3,239,197); }
div.DivClassName
{
background-color: #03EFC5;
}
.BgClassName
{
background-color: #03EFC5;
}
</style>
border-color css
<style>
span { border-color: #03EFC5; }
span { border-color: rgb(3,239,197); }
td.TdClassName
{
border-color: #03EFC5;
}
.TagClassName
{
border-color: #03EFC5;
}
</style>