Shades of Turquoise #46E1CF
Tints of Turquoise #46E1CF
RGB
CMYK
RGB Variations
Color information
#46E1CF (or 0x46E1CF) is known color: Turquoise. HEX triplet: 46, E1 and CF. RGB value is (70,225,207). Sum of RGB (Red+Green+Blue) = 70+225+207=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #46E1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E1CF is #B91E30. Grayscale: #B0B0B0. Windows color (decimal): -12131889 or 13623622. OLE color: 13623622.
HSL color Cylindrical-coordinate representation of color #46E1CF: hue angle of 173.03º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E1CF is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 207 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.12 |
| HSL | 173.03º | 0.72% | 0.58% | - |
| HSV(B) | 173.03º | 0.69% | 0.88% | - |
| XYZ | 40.71 | 59.66 | 68.4 | - |
| YUV | 176.6 | 145.15 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 207 | 0.69 | 0 | 0.08 | 0.12 | 173.03 | 0.72 | 0.58 |
| Hex | 46 | E1 | CF | 45 | 0 | 8 | C | AD | 48 | 3A |
| Octal | 106 | 341 | 317 | 105 | 0 | 10 | 14 | 255 | 110 | 72 |
| Binary | 1000110 | 11100001 | 11001111 | 1000101 | 0 | 1000 | 1100 | 10101101 | 1001000 | 111010 |
Color Harmonies of #46E1CF
Complementary color
Monochromatic Colors of #46E1CF
Black with #46E1CF
Text Example
Text Example
White with #46E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E1CF; }
p { color: rgb(70,225,207); }
H1.HeaderClassName
{
color: #46E1CF;
}
.AnyTagClassName
{
color: #46E1CF;
}
</style>
background-color css
<style>
a { background-color: #46E1CF; }
a { background-color: rgb(70,225,207); }
div.DivClassName
{
background-color: #46E1CF;
}
.BgClassName
{
background-color: #46E1CF;
}
</style>
border-color css
<style>
span { border-color: #46E1CF; }
span { border-color: rgb(70,225,207); }
td.TdClassName
{
border-color: #46E1CF;
}
.TagClassName
{
border-color: #46E1CF;
}
</style>