Shades of Medium Turquoise #46CDC5
Tints of Medium Turquoise #46CDC5
RGB
CMYK
RGB Variations
Color information
#46CDC5 (or 0x46CDC5) is known color: Medium Turquoise. HEX triplet: 46, CD and C5. RGB value is (70,205,197). Sum of RGB (Red+Green+Blue) = 70+205+197=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDC5 is #B9323A. Grayscale: #A3A3A3. Windows color (decimal): -12137019 or 12963142. OLE color: 12963142.
HSL color Cylindrical-coordinate representation of color #46CDC5: hue angle of 176.44º 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 #46CDC5 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 197 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.20 |
| HSL | 176.44º | 0.57% | 0.54% | - |
| HSV(B) | 176.44º | 0.66% | 0.8% | - |
| XYZ | 34.44 | 49 | 60.47 | - |
| YUV | 163.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 197 | 0.66 | 0 | 0.04 | 0.20 | 176.44 | 0.57 | 0.54 |
| Hex | 46 | CD | C5 | 42 | 0 | 4 | 14 | B0 | 39 | 36 |
| Octal | 106 | 315 | 305 | 102 | 0 | 4 | 24 | 260 | 71 | 66 |
| Binary | 1000110 | 11001101 | 11000101 | 1000010 | 0 | 100 | 10100 | 10110000 | 111001 | 110110 |
Color Harmonies of #46CDC5
Complementary color
Monochromatic Colors of #46CDC5
Black with #46CDC5
Text Example
Text Example
White with #46CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDC5; }
p { color: rgb(70,205,197); }
H1.HeaderClassName
{
color: #46CDC5;
}
.AnyTagClassName
{
color: #46CDC5;
}
</style>
background-color css
<style>
a { background-color: #46CDC5; }
a { background-color: rgb(70,205,197); }
div.DivClassName
{
background-color: #46CDC5;
}
.BgClassName
{
background-color: #46CDC5;
}
</style>
border-color css
<style>
span { border-color: #46CDC5; }
span { border-color: rgb(70,205,197); }
td.TdClassName
{
border-color: #46CDC5;
}
.TagClassName
{
border-color: #46CDC5;
}
</style>