Shades of Turquoise #46EDD0
Tints of Turquoise #46EDD0
RGB
CMYK
RGB Variations
Color information
#46EDD0 (or 0x46EDD0) is known color: Turquoise. HEX triplet: 46, ED and D0. RGB value is (70,237,208). Sum of RGB (Red+Green+Blue) = 70+237+208=515 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.59% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDD0 is #B9122F. Grayscale: #B7B7B7. Windows color (decimal): -12128816 or 13692230. OLE color: 13692230.
HSL color Cylindrical-coordinate representation of color #46EDD0: hue angle of 169.58º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EDD0 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 208 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.07 |
| HSL | 169.58º | 0.82% | 0.6% | - |
| HSV(B) | 169.58º | 0.7% | 0.93% | - |
| XYZ | 44.2 | 66.42 | 70.17 | - |
| YUV | 183.76 | 141.67 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 208 | 0.70 | 0 | 0.12 | 0.07 | 169.58 | 0.82 | 0.6 |
| Hex | 46 | ED | D0 | 46 | 0 | C | 7 | AA | 52 | 3C |
| Octal | 106 | 355 | 320 | 106 | 0 | 14 | 7 | 252 | 122 | 74 |
| Binary | 1000110 | 11101101 | 11010000 | 1000110 | 0 | 1100 | 111 | 10101010 | 1010010 | 111100 |
Color Harmonies of #46EDD0
Complementary color
Monochromatic Colors of #46EDD0
Black with #46EDD0
Text Example
Text Example
White with #46EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDD0; }
p { color: rgb(70,237,208); }
H1.HeaderClassName
{
color: #46EDD0;
}
.AnyTagClassName
{
color: #46EDD0;
}
</style>
background-color css
<style>
a { background-color: #46EDD0; }
a { background-color: rgb(70,237,208); }
div.DivClassName
{
background-color: #46EDD0;
}
.BgClassName
{
background-color: #46EDD0;
}
</style>
border-color css
<style>
span { border-color: #46EDD0; }
span { border-color: rgb(70,237,208); }
td.TdClassName
{
border-color: #46EDD0;
}
.TagClassName
{
border-color: #46EDD0;
}
</style>