Shades of Medium Turquoise #46CDB3
Tints of Medium Turquoise #46CDB3
RGB
CMYK
RGB Variations
Color information
#46CDB3 (or 0x46CDB3) is known color: Medium Turquoise. HEX triplet: 46, CD and B3. RGB value is (70,205,179). Sum of RGB (Red+Green+Blue) = 70+205+179=454 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.42% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDB3 is #B9324C. Grayscale: #A1A1A1. Windows color (decimal): -12137037 or 11783494. OLE color: 11783494.
HSL color Cylindrical-coordinate representation of color #46CDB3: hue angle of 168.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 #46CDB3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 179 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.20 |
| HSL | 168.44º | 0.57% | 0.54% | - |
| HSV(B) | 168.44º | 0.66% | 0.8% | - |
| XYZ | 32.49 | 48.22 | 50.24 | - |
| YUV | 161.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 179 | 0.66 | 0 | 0.13 | 0.20 | 168.44 | 0.57 | 0.54 |
| Hex | 46 | CD | B3 | 42 | 0 | D | 14 | A8 | 39 | 36 |
| Octal | 106 | 315 | 263 | 102 | 0 | 15 | 24 | 250 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10110011 | 1000010 | 0 | 1101 | 10100 | 10101000 | 111001 | 110110 |
Color Harmonies of #46CDB3
Complementary color
Monochromatic Colors of #46CDB3
Black with #46CDB3
Text Example
Text Example
White with #46CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDB3; }
p { color: rgb(70,205,179); }
H1.HeaderClassName
{
color: #46CDB3;
}
.AnyTagClassName
{
color: #46CDB3;
}
</style>
background-color css
<style>
a { background-color: #46CDB3; }
a { background-color: rgb(70,205,179); }
div.DivClassName
{
background-color: #46CDB3;
}
.BgClassName
{
background-color: #46CDB3;
}
</style>
border-color css
<style>
span { border-color: #46CDB3; }
span { border-color: rgb(70,205,179); }
td.TdClassName
{
border-color: #46CDB3;
}
.TagClassName
{
border-color: #46CDB3;
}
</style>