Shades of Turquoise #46EFC9
Tints of Turquoise #46EFC9
RGB
CMYK
RGB Variations
Color information
#46EFC9 (or 0x46EFC9) is known color: Turquoise. HEX triplet: 46, EF and C9. RGB value is (70,239,201). Sum of RGB (Red+Green+Blue) = 70+239+201=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #46EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EFC9 is #B91036. Grayscale: #B8B8B8. Windows color (decimal): -12128311 or 13233990. OLE color: 13233990.
HSL color Cylindrical-coordinate representation of color #46EFC9: hue angle of 166.51º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EFC9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 201 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.06 |
| HSL | 166.51º | 0.84% | 0.61% | - |
| HSV(B) | 166.51º | 0.71% | 0.94% | - |
| XYZ | 43.93 | 67.25 | 65.92 | - |
| YUV | 184.14 | 137.51 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 201 | 0.71 | 0 | 0.16 | 0.06 | 166.51 | 0.84 | 0.61 |
| Hex | 46 | EF | C9 | 47 | 0 | 10 | 6 | A7 | 54 | 3D |
| Octal | 106 | 357 | 311 | 107 | 0 | 20 | 6 | 247 | 124 | 75 |
| Binary | 1000110 | 11101111 | 11001001 | 1000111 | 0 | 10000 | 110 | 10100111 | 1010100 | 111101 |
Color Harmonies of #46EFC9
Complementary color
Monochromatic Colors of #46EFC9
Black with #46EFC9
Text Example
Text Example
White with #46EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EFC9; }
p { color: rgb(70,239,201); }
H1.HeaderClassName
{
color: #46EFC9;
}
.AnyTagClassName
{
color: #46EFC9;
}
</style>
background-color css
<style>
a { background-color: #46EFC9; }
a { background-color: rgb(70,239,201); }
div.DivClassName
{
background-color: #46EFC9;
}
.BgClassName
{
background-color: #46EFC9;
}
</style>
border-color css
<style>
span { border-color: #46EFC9; }
span { border-color: rgb(70,239,201); }
td.TdClassName
{
border-color: #46EFC9;
}
.TagClassName
{
border-color: #46EFC9;
}
</style>