Shades of Turquoise #46EDDC
Tints of Turquoise #46EDDC
RGB
CMYK
RGB Variations
Color information
#46EDDC (or 0x46EDDC) is known color: Turquoise. HEX triplet: 46, ED and DC. RGB value is (70,237,220). Sum of RGB (Red+Green+Blue) = 70+237+220=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDDC is #B91223. Grayscale: #B9B9B9. Windows color (decimal): -12128804 or 14478662. OLE color: 14478662.
HSL color Cylindrical-coordinate representation of color #46EDDC: hue angle of 173.89º 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 #46EDDC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 220 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.07 |
| HSL | 173.89º | 0.82% | 0.6% | - |
| HSV(B) | 173.89º | 0.7% | 0.93% | - |
| XYZ | 45.73 | 67.04 | 78.24 | - |
| YUV | 185.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 220 | 0.70 | 0 | 0.07 | 0.07 | 173.89 | 0.82 | 0.6 |
| Hex | 46 | ED | DC | 46 | 0 | 7 | 7 | AE | 52 | 3C |
| Octal | 106 | 355 | 334 | 106 | 0 | 7 | 7 | 256 | 122 | 74 |
| Binary | 1000110 | 11101101 | 11011100 | 1000110 | 0 | 111 | 111 | 10101110 | 1010010 | 111100 |
Color Harmonies of #46EDDC
Complementary color
Monochromatic Colors of #46EDDC
Black with #46EDDC
Text Example
Text Example
White with #46EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDDC; }
p { color: rgb(70,237,220); }
H1.HeaderClassName
{
color: #46EDDC;
}
.AnyTagClassName
{
color: #46EDDC;
}
</style>
background-color css
<style>
a { background-color: #46EDDC; }
a { background-color: rgb(70,237,220); }
div.DivClassName
{
background-color: #46EDDC;
}
.BgClassName
{
background-color: #46EDDC;
}
</style>
border-color css
<style>
span { border-color: #46EDDC; }
span { border-color: rgb(70,237,220); }
td.TdClassName
{
border-color: #46EDDC;
}
.TagClassName
{
border-color: #46EDDC;
}
</style>