Shades of Medium Turquoise #46CED9
Tints of Medium Turquoise #46CED9
RGB
CMYK
RGB Variations
Color information
#46CED9 (or 0x46CED9) is known color: Medium Turquoise. HEX triplet: 46, CE and D9. RGB value is (70,206,217). Sum of RGB (Red+Green+Blue) = 70+206+217=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #46CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CED9 is #B93126. Grayscale: #A6A6A6. Windows color (decimal): -12136743 or 14274118. OLE color: 14274118.
HSL color Cylindrical-coordinate representation of color #46CED9: hue angle of 184.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CED9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 206 | 217 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.15 |
| HSL | 184.49º | 0.66% | 0.56% | - |
| HSV(B) | 184.49º | 0.68% | 0.85% | - |
| XYZ | 37.12 | 50.45 | 73.43 | - |
| YUV | 166.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 217 | 0.68 | 0.05 | 0 | 0.15 | 184.49 | 0.66 | 0.56 |
| Hex | 46 | CE | D9 | 44 | 5 | 0 | F | B8 | 42 | 38 |
| Octal | 106 | 316 | 331 | 104 | 5 | 0 | 17 | 270 | 102 | 70 |
| Binary | 1000110 | 11001110 | 11011001 | 1000100 | 101 | 0 | 1111 | 10111000 | 1000010 | 111000 |
Color Harmonies of #46CED9
Complementary color
Monochromatic Colors of #46CED9
Black with #46CED9
Text Example
Text Example
White with #46CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CED9; }
p { color: rgb(70,206,217); }
H1.HeaderClassName
{
color: #46CED9;
}
.AnyTagClassName
{
color: #46CED9;
}
</style>
background-color css
<style>
a { background-color: #46CED9; }
a { background-color: rgb(70,206,217); }
div.DivClassName
{
background-color: #46CED9;
}
.BgClassName
{
background-color: #46CED9;
}
</style>
border-color css
<style>
span { border-color: #46CED9; }
span { border-color: rgb(70,206,217); }
td.TdClassName
{
border-color: #46CED9;
}
.TagClassName
{
border-color: #46CED9;
}
</style>