Shades of Bright Turquoise #03EFC6
Tints of Bright Turquoise #03EFC6
RGB
CMYK
RGB Variations
Color information
#03EFC6 (or 0x03EFC6) is known color: Bright Turquoise. HEX triplet: 03, EF and C6. RGB value is (3,239,198). Sum of RGB (Red+Green+Blue) = 3+239+198=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFC6 is #FC1039. Grayscale: #A3A3A3. Windows color (decimal): -16519226 or 13037315. OLE color: 13037315.
HSL color Cylindrical-coordinate representation of color #03EFC6: hue angle of 169.58º 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 #03EFC6 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 198 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.06 |
| HSL | 169.58º | 0.98% | 0.47% | - |
| HSV(B) | 169.58º | 0.99% | 0.94% | - |
| XYZ | 41.1 | 65.83 | 63.97 | - |
| YUV | 163.76 | 147.31 | 13.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 198 | 0.99 | 0 | 0.17 | 0.06 | 169.58 | 0.98 | 0.47 |
| Hex | 3 | EF | C6 | 63 | 0 | 11 | 6 | AA | 62 | 2F |
| Octal | 3 | 357 | 306 | 143 | 0 | 21 | 6 | 252 | 142 | 57 |
| Binary | 11 | 11101111 | 11000110 | 1100011 | 0 | 10001 | 110 | 10101010 | 1100010 | 101111 |
Color Harmonies of #03EFC6
Complementary color
Monochromatic Colors of #03EFC6
Black with #03EFC6
Text Example
Text Example
White with #03EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFC6; }
p { color: rgb(3,239,198); }
H1.HeaderClassName
{
color: #03EFC6;
}
.AnyTagClassName
{
color: #03EFC6;
}
</style>
background-color css
<style>
a { background-color: #03EFC6; }
a { background-color: rgb(3,239,198); }
div.DivClassName
{
background-color: #03EFC6;
}
.BgClassName
{
background-color: #03EFC6;
}
</style>
border-color css
<style>
span { border-color: #03EFC6; }
span { border-color: rgb(3,239,198); }
td.TdClassName
{
border-color: #03EFC6;
}
.TagClassName
{
border-color: #03EFC6;
}
</style>