Shades of Turquoise #3EFFC9
Tints of Turquoise #3EFFC9
RGB
CMYK
RGB Variations
Color information
#3EFFC9 (or 0x3EFFC9) is known color: Turquoise. HEX triplet: 3E, FF and C9. RGB value is (62,255,201). Sum of RGB (Red+Green+Blue) = 62+255+201=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFC9 is #C10036. Grayscale: #BFBFBF. Windows color (decimal): -12648503 or 13238078. OLE color: 13238078.
HSL color Cylindrical-coordinate representation of color #3EFFC9: hue angle of 163.21º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 201 | - |
| CMYK | 0.76 | 0 | 0.21 | 0 |
| HSL | 163.21º | 1% | 0.62% | - |
| HSV(B) | 163.21º | 0.76% | 1% | - |
| XYZ | 48.29 | 76.76 | 67.53 | - |
| YUV | 191.14 | 133.56 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 201 | 0.76 | 0 | 0.21 | 0 | 163.21 | 1 | 0.62 |
| Hex | 3E | FF | C9 | 4C | 0 | 15 | 0 | A3 | 64 | 3E |
| Octal | 76 | 377 | 311 | 114 | 0 | 25 | 0 | 243 | 144 | 76 |
| Binary | 111110 | 11111111 | 11001001 | 1001100 | 0 | 10101 | 0 | 10100011 | 1100100 | 111110 |
Color Harmonies of #3EFFC9
Complementary color
Monochromatic Colors of #3EFFC9
Black with #3EFFC9
Text Example
Text Example
White with #3EFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFC9; }
p { color: rgb(62,255,201); }
H1.HeaderClassName
{
color: #3EFFC9;
}
.AnyTagClassName
{
color: #3EFFC9;
}
</style>
background-color css
<style>
a { background-color: #3EFFC9; }
a { background-color: rgb(62,255,201); }
div.DivClassName
{
background-color: #3EFFC9;
}
.BgClassName
{
background-color: #3EFFC9;
}
</style>
border-color css
<style>
span { border-color: #3EFFC9; }
span { border-color: rgb(62,255,201); }
td.TdClassName
{
border-color: #3EFFC9;
}
.TagClassName
{
border-color: #3EFFC9;
}
</style>