Shades of Medium Turquoise #46CEDC
Tints of Medium Turquoise #46CEDC
RGB
CMYK
RGB Variations
Color information
#46CEDC (or 0x46CEDC) is known color: Medium Turquoise. HEX triplet: 46, CE and DC. RGB value is (70,206,220). Sum of RGB (Red+Green+Blue) = 70+206+220=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEDC is #B93123. Grayscale: #A6A6A6. Windows color (decimal): -12136740 or 14470726. OLE color: 14470726.
HSL color Cylindrical-coordinate representation of color #46CEDC: hue angle of 185.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CEDC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 206 | 220 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.14 |
| HSL | 185.6º | 0.68% | 0.57% | - |
| HSV(B) | 185.6º | 0.68% | 0.86% | - |
| XYZ | 37.52 | 50.61 | 75.5 | - |
| YUV | 166.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 220 | 0.68 | 0.06 | 0 | 0.14 | 185.6 | 0.68 | 0.57 |
| Hex | 46 | CE | DC | 44 | 6 | 0 | E | BA | 44 | 39 |
| Octal | 106 | 316 | 334 | 104 | 6 | 0 | 16 | 272 | 104 | 71 |
| Binary | 1000110 | 11001110 | 11011100 | 1000100 | 110 | 0 | 1110 | 10111010 | 1000100 | 111001 |
Color Harmonies of #46CEDC
Complementary color
Monochromatic Colors of #46CEDC
Black with #46CEDC
Text Example
Text Example
White with #46CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEDC; }
p { color: rgb(70,206,220); }
H1.HeaderClassName
{
color: #46CEDC;
}
.AnyTagClassName
{
color: #46CEDC;
}
</style>
background-color css
<style>
a { background-color: #46CEDC; }
a { background-color: rgb(70,206,220); }
div.DivClassName
{
background-color: #46CEDC;
}
.BgClassName
{
background-color: #46CEDC;
}
</style>
border-color css
<style>
span { border-color: #46CEDC; }
span { border-color: rgb(70,206,220); }
td.TdClassName
{
border-color: #46CEDC;
}
.TagClassName
{
border-color: #46CEDC;
}
</style>