Shades of Turquoise #46EDD8
Tints of Turquoise #46EDD8
RGB
CMYK
RGB Variations
Color information
#46EDD8 (or 0x46EDD8) is known color: Turquoise. HEX triplet: 46, ED and D8. RGB value is (70,237,216). Sum of RGB (Red+Green+Blue) = 70+237+216=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDD8 is #B91227. Grayscale: #B8B8B8. Windows color (decimal): -12128808 or 14216518. OLE color: 14216518.
HSL color Cylindrical-coordinate representation of color #46EDD8: hue angle of 172.46º 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 #46EDD8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 216 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.07 |
| HSL | 172.46º | 0.82% | 0.6% | - |
| HSV(B) | 172.46º | 0.7% | 0.93% | - |
| XYZ | 45.2 | 66.83 | 75.48 | - |
| YUV | 184.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 216 | 0.70 | 0 | 0.09 | 0.07 | 172.46 | 0.82 | 0.6 |
| Hex | 46 | ED | D8 | 46 | 0 | 9 | 7 | AC | 52 | 3C |
| Octal | 106 | 355 | 330 | 106 | 0 | 11 | 7 | 254 | 122 | 74 |
| Binary | 1000110 | 11101101 | 11011000 | 1000110 | 0 | 1001 | 111 | 10101100 | 1010010 | 111100 |
Color Harmonies of #46EDD8
Complementary color
Monochromatic Colors of #46EDD8
Black with #46EDD8
Text Example
Text Example
White with #46EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDD8; }
p { color: rgb(70,237,216); }
H1.HeaderClassName
{
color: #46EDD8;
}
.AnyTagClassName
{
color: #46EDD8;
}
</style>
background-color css
<style>
a { background-color: #46EDD8; }
a { background-color: rgb(70,237,216); }
div.DivClassName
{
background-color: #46EDD8;
}
.BgClassName
{
background-color: #46EDD8;
}
</style>
border-color css
<style>
span { border-color: #46EDD8; }
span { border-color: rgb(70,237,216); }
td.TdClassName
{
border-color: #46EDD8;
}
.TagClassName
{
border-color: #46EDD8;
}
</style>