Shades of Medium Turquoise #46CDC0
Tints of Medium Turquoise #46CDC0
RGB
CMYK
RGB Variations
Color information
#46CDC0 (or 0x46CDC0) is known color: Medium Turquoise. HEX triplet: 46, CD and C0. RGB value is (70,205,192). Sum of RGB (Red+Green+Blue) = 70+205+192=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDC0 is #B9323F. Grayscale: #A3A3A3. Windows color (decimal): -12137024 or 12635462. OLE color: 12635462.
HSL color Cylindrical-coordinate representation of color #46CDC0: hue angle of 174.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDC0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 192 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.20 |
| HSL | 174.22º | 0.57% | 0.54% | - |
| HSV(B) | 174.22º | 0.66% | 0.8% | - |
| XYZ | 33.87 | 48.77 | 57.5 | - |
| YUV | 163.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 192 | 0.66 | 0 | 0.06 | 0.20 | 174.22 | 0.57 | 0.54 |
| Hex | 46 | CD | C0 | 42 | 0 | 6 | 14 | AE | 39 | 36 |
| Octal | 106 | 315 | 300 | 102 | 0 | 6 | 24 | 256 | 71 | 66 |
| Binary | 1000110 | 11001101 | 11000000 | 1000010 | 0 | 110 | 10100 | 10101110 | 111001 | 110110 |
Color Harmonies of #46CDC0
Complementary color
Monochromatic Colors of #46CDC0
Black with #46CDC0
Text Example
Text Example
White with #46CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDC0; }
p { color: rgb(70,205,192); }
H1.HeaderClassName
{
color: #46CDC0;
}
.AnyTagClassName
{
color: #46CDC0;
}
</style>
background-color css
<style>
a { background-color: #46CDC0; }
a { background-color: rgb(70,205,192); }
div.DivClassName
{
background-color: #46CDC0;
}
.BgClassName
{
background-color: #46CDC0;
}
</style>
border-color css
<style>
span { border-color: #46CDC0; }
span { border-color: rgb(70,205,192); }
td.TdClassName
{
border-color: #46CDC0;
}
.TagClassName
{
border-color: #46CDC0;
}
</style>