Shades of Bright Turquoise #03EFC9
Tints of Bright Turquoise #03EFC9
RGB
CMYK
RGB Variations
Color information
#03EFC9 (or 0x03EFC9) is known color: Bright Turquoise. HEX triplet: 03, EF and C9. RGB value is (3,239,201). Sum of RGB (Red+Green+Blue) = 3+239+201=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFC9 is #FC1036. Grayscale: #A4A4A4. Windows color (decimal): -16519223 or 13233923. OLE color: 13233923.
HSL color Cylindrical-coordinate representation of color #03EFC9: hue angle of 170.34º 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 #03EFC9 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 201 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.06 |
| HSL | 170.34º | 0.98% | 0.47% | - |
| HSV(B) | 170.34º | 0.99% | 0.94% | - |
| XYZ | 41.45 | 65.97 | 65.81 | - |
| YUV | 164.1 | 148.81 | 13.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 201 | 0.99 | 0 | 0.16 | 0.06 | 170.34 | 0.98 | 0.47 |
| Hex | 3 | EF | C9 | 63 | 0 | 10 | 6 | AA | 62 | 2F |
| Octal | 3 | 357 | 311 | 143 | 0 | 20 | 6 | 252 | 142 | 57 |
| Binary | 11 | 11101111 | 11001001 | 1100011 | 0 | 10000 | 110 | 10101010 | 1100010 | 101111 |
Color Harmonies of #03EFC9
Complementary color
Monochromatic Colors of #03EFC9
Black with #03EFC9
Text Example
Text Example
White with #03EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFC9; }
p { color: rgb(3,239,201); }
H1.HeaderClassName
{
color: #03EFC9;
}
.AnyTagClassName
{
color: #03EFC9;
}
</style>
background-color css
<style>
a { background-color: #03EFC9; }
a { background-color: rgb(3,239,201); }
div.DivClassName
{
background-color: #03EFC9;
}
.BgClassName
{
background-color: #03EFC9;
}
</style>
border-color css
<style>
span { border-color: #03EFC9; }
span { border-color: rgb(3,239,201); }
td.TdClassName
{
border-color: #03EFC9;
}
.TagClassName
{
border-color: #03EFC9;
}
</style>