Shades of Medium Turquoise #46CCC1
Tints of Medium Turquoise #46CCC1
RGB
CMYK
RGB Variations
Color information
#46CCC1 (or 0x46CCC1) is known color: Medium Turquoise. HEX triplet: 46, CC and C1. RGB value is (70,204,193). Sum of RGB (Red+Green+Blue) = 70+204+193=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCC1 is #B9333E. Grayscale: #A2A2A2. Windows color (decimal): -12137279 or 12700742. OLE color: 12700742.
HSL color Cylindrical-coordinate representation of color #46CCC1: hue angle of 175.07º 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 #46CCC1 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 193 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.2 |
| HSL | 175.07º | 0.57% | 0.54% | - |
| HSV(B) | 175.07º | 0.66% | 0.8% | - |
| XYZ | 33.74 | 48.34 | 58 | - |
| YUV | 162.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 193 | 0.66 | 0 | 0.05 | 0.2 | 175.07 | 0.57 | 0.54 |
| Hex | 46 | CC | C1 | 42 | 0 | 5 | 14 | AF | 39 | 36 |
| Octal | 106 | 314 | 301 | 102 | 0 | 5 | 24 | 257 | 71 | 66 |
| Binary | 1000110 | 11001100 | 11000001 | 1000010 | 0 | 101 | 10100 | 10101111 | 111001 | 110110 |
Color Harmonies of #46CCC1
Complementary color
Monochromatic Colors of #46CCC1
Black with #46CCC1
Text Example
Text Example
White with #46CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCC1; }
p { color: rgb(70,204,193); }
H1.HeaderClassName
{
color: #46CCC1;
}
.AnyTagClassName
{
color: #46CCC1;
}
</style>
background-color css
<style>
a { background-color: #46CCC1; }
a { background-color: rgb(70,204,193); }
div.DivClassName
{
background-color: #46CCC1;
}
.BgClassName
{
background-color: #46CCC1;
}
</style>
border-color css
<style>
span { border-color: #46CCC1; }
span { border-color: rgb(70,204,193); }
td.TdClassName
{
border-color: #46CCC1;
}
.TagClassName
{
border-color: #46CCC1;
}
</style>