Shades of Medium Turquoise #46CCB6
Tints of Medium Turquoise #46CCB6
RGB
CMYK
RGB Variations
Color information
#46CCB6 (or 0x46CCB6) is known color: Medium Turquoise. HEX triplet: 46, CC and B6. RGB value is (70,204,182). Sum of RGB (Red+Green+Blue) = 70+204+182=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCB6 is #B93349. Grayscale: #A1A1A1. Windows color (decimal): -12137290 or 11979846. OLE color: 11979846.
HSL color Cylindrical-coordinate representation of color #46CCB6: hue angle of 170.15º 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 #46CCB6 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 182 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.2 |
| HSL | 170.15º | 0.57% | 0.54% | - |
| HSV(B) | 170.15º | 0.66% | 0.8% | - |
| XYZ | 32.56 | 47.87 | 51.78 | - |
| YUV | 161.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 182 | 0.66 | 0 | 0.11 | 0.2 | 170.15 | 0.57 | 0.54 |
| Hex | 46 | CC | B6 | 42 | 0 | B | 14 | AA | 39 | 36 |
| Octal | 106 | 314 | 266 | 102 | 0 | 13 | 24 | 252 | 71 | 66 |
| Binary | 1000110 | 11001100 | 10110110 | 1000010 | 0 | 1011 | 10100 | 10101010 | 111001 | 110110 |
Color Harmonies of #46CCB6
Complementary color
Monochromatic Colors of #46CCB6
Black with #46CCB6
Text Example
Text Example
White with #46CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCB6; }
p { color: rgb(70,204,182); }
H1.HeaderClassName
{
color: #46CCB6;
}
.AnyTagClassName
{
color: #46CCB6;
}
</style>
background-color css
<style>
a { background-color: #46CCB6; }
a { background-color: rgb(70,204,182); }
div.DivClassName
{
background-color: #46CCB6;
}
.BgClassName
{
background-color: #46CCB6;
}
</style>
border-color css
<style>
span { border-color: #46CCB6; }
span { border-color: rgb(70,204,182); }
td.TdClassName
{
border-color: #46CCB6;
}
.TagClassName
{
border-color: #46CCB6;
}
</style>