Shades of Turquoise #46DEDA
Tints of Turquoise #46DEDA
RGB
CMYK
RGB Variations
Color information
#46DEDA (or 0x46DEDA) is known color: Turquoise. HEX triplet: 46, DE and DA. RGB value is (70,222,218). Sum of RGB (Red+Green+Blue) = 70+222+218=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEDA is #B92125. Grayscale: #AFAFAF. Windows color (decimal): -12132646 or 14343750. OLE color: 14343750.
HSL color Cylindrical-coordinate representation of color #46DEDA: hue angle of 178.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DEDA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 218 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.13 |
| HSL | 178.42º | 0.7% | 0.57% | - |
| HSV(B) | 178.42º | 0.68% | 0.87% | - |
| XYZ | 41.3 | 58.61 | 75.47 | - |
| YUV | 176.1 | 151.64 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 218 | 0.68 | 0 | 0.02 | 0.13 | 178.42 | 0.7 | 0.57 |
| Hex | 46 | DE | DA | 44 | 0 | 2 | D | B2 | 46 | 39 |
| Octal | 106 | 336 | 332 | 104 | 0 | 2 | 15 | 262 | 106 | 71 |
| Binary | 1000110 | 11011110 | 11011010 | 1000100 | 0 | 10 | 1101 | 10110010 | 1000110 | 111001 |
Color Harmonies of #46DEDA
Complementary color
Monochromatic Colors of #46DEDA
Black with #46DEDA
Text Example
Text Example
White with #46DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEDA; }
p { color: rgb(70,222,218); }
H1.HeaderClassName
{
color: #46DEDA;
}
.AnyTagClassName
{
color: #46DEDA;
}
</style>
background-color css
<style>
a { background-color: #46DEDA; }
a { background-color: rgb(70,222,218); }
div.DivClassName
{
background-color: #46DEDA;
}
.BgClassName
{
background-color: #46DEDA;
}
</style>
border-color css
<style>
span { border-color: #46DEDA; }
span { border-color: rgb(70,222,218); }
td.TdClassName
{
border-color: #46DEDA;
}
.TagClassName
{
border-color: #46DEDA;
}
</style>