Shades of Medium Turquoise #46CDBC
Tints of Medium Turquoise #46CDBC
RGB
CMYK
RGB Variations
Color information
#46CDBC (or 0x46CDBC) is known color: Medium Turquoise. HEX triplet: 46, CD and BC. RGB value is (70,205,188). Sum of RGB (Red+Green+Blue) = 70+205+188=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDBC is #B93243. Grayscale: #A2A2A2. Windows color (decimal): -12137028 or 12373318. OLE color: 12373318.
HSL color Cylindrical-coordinate representation of color #46CDBC: hue angle of 172.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 #46CDBC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 188 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.20 |
| HSL | 172.44º | 0.57% | 0.54% | - |
| HSV(B) | 172.44º | 0.66% | 0.8% | - |
| XYZ | 33.43 | 48.6 | 55.19 | - |
| YUV | 162.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 188 | 0.66 | 0 | 0.08 | 0.20 | 172.44 | 0.57 | 0.54 |
| Hex | 46 | CD | BC | 42 | 0 | 8 | 14 | AC | 39 | 36 |
| Octal | 106 | 315 | 274 | 102 | 0 | 10 | 24 | 254 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10111100 | 1000010 | 0 | 1000 | 10100 | 10101100 | 111001 | 110110 |
Color Harmonies of #46CDBC
Complementary color
Monochromatic Colors of #46CDBC
Black with #46CDBC
Text Example
Text Example
White with #46CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDBC; }
p { color: rgb(70,205,188); }
H1.HeaderClassName
{
color: #46CDBC;
}
.AnyTagClassName
{
color: #46CDBC;
}
</style>
background-color css
<style>
a { background-color: #46CDBC; }
a { background-color: rgb(70,205,188); }
div.DivClassName
{
background-color: #46CDBC;
}
.BgClassName
{
background-color: #46CDBC;
}
</style>
border-color css
<style>
span { border-color: #46CDBC; }
span { border-color: rgb(70,205,188); }
td.TdClassName
{
border-color: #46CDBC;
}
.TagClassName
{
border-color: #46CDBC;
}
</style>