Shades of Medium Turquoise #46CCC2
Tints of Medium Turquoise #46CCC2
RGB
CMYK
RGB Variations
Color information
#46CCC2 (or 0x46CCC2) is known color: Medium Turquoise. HEX triplet: 46, CC and C2. RGB value is (70,204,194). Sum of RGB (Red+Green+Blue) = 70+204+194=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCC2 is #B9333D. Grayscale: #A2A2A2. Windows color (decimal): -12137278 or 12766278. OLE color: 12766278.
HSL color Cylindrical-coordinate representation of color #46CCC2: hue angle of 175.52º 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 #46CCC2 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 194 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.2 |
| HSL | 175.52º | 0.57% | 0.54% | - |
| HSV(B) | 175.52º | 0.66% | 0.8% | - |
| XYZ | 33.86 | 48.38 | 58.59 | - |
| YUV | 162.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 194 | 0.66 | 0 | 0.05 | 0.2 | 175.52 | 0.57 | 0.54 |
| Hex | 46 | CC | C2 | 42 | 0 | 5 | 14 | B0 | 39 | 36 |
| Octal | 106 | 314 | 302 | 102 | 0 | 5 | 24 | 260 | 71 | 66 |
| Binary | 1000110 | 11001100 | 11000010 | 1000010 | 0 | 101 | 10100 | 10110000 | 111001 | 110110 |
Color Harmonies of #46CCC2
Complementary color
Monochromatic Colors of #46CCC2
Black with #46CCC2
Text Example
Text Example
White with #46CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCC2; }
p { color: rgb(70,204,194); }
H1.HeaderClassName
{
color: #46CCC2;
}
.AnyTagClassName
{
color: #46CCC2;
}
</style>
background-color css
<style>
a { background-color: #46CCC2; }
a { background-color: rgb(70,204,194); }
div.DivClassName
{
background-color: #46CCC2;
}
.BgClassName
{
background-color: #46CCC2;
}
</style>
border-color css
<style>
span { border-color: #46CCC2; }
span { border-color: rgb(70,204,194); }
td.TdClassName
{
border-color: #46CCC2;
}
.TagClassName
{
border-color: #46CCC2;
}
</style>