Shades of Medium Turquoise #46CCC3
Tints of Medium Turquoise #46CCC3
RGB
CMYK
RGB Variations
Color information
#46CCC3 (or 0x46CCC3) is known color: Medium Turquoise. HEX triplet: 46, CC and C3. RGB value is (70,204,195). Sum of RGB (Red+Green+Blue) = 70+204+195=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCC3 is #B9333C. Grayscale: #A2A2A2. Windows color (decimal): -12137277 or 12831814. OLE color: 12831814.
HSL color Cylindrical-coordinate representation of color #46CCC3: hue angle of 175.97º 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 #46CCC3 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 195 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.2 |
| HSL | 175.97º | 0.57% | 0.54% | - |
| HSV(B) | 175.97º | 0.66% | 0.8% | - |
| XYZ | 33.97 | 48.43 | 59.19 | - |
| YUV | 162.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 195 | 0.66 | 0 | 0.04 | 0.2 | 175.97 | 0.57 | 0.54 |
| Hex | 46 | CC | C3 | 42 | 0 | 4 | 14 | B0 | 39 | 36 |
| Octal | 106 | 314 | 303 | 102 | 0 | 4 | 24 | 260 | 71 | 66 |
| Binary | 1000110 | 11001100 | 11000011 | 1000010 | 0 | 100 | 10100 | 10110000 | 111001 | 110110 |
Color Harmonies of #46CCC3
Complementary color
Monochromatic Colors of #46CCC3
Black with #46CCC3
Text Example
Text Example
White with #46CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCC3; }
p { color: rgb(70,204,195); }
H1.HeaderClassName
{
color: #46CCC3;
}
.AnyTagClassName
{
color: #46CCC3;
}
</style>
background-color css
<style>
a { background-color: #46CCC3; }
a { background-color: rgb(70,204,195); }
div.DivClassName
{
background-color: #46CCC3;
}
.BgClassName
{
background-color: #46CCC3;
}
</style>
border-color css
<style>
span { border-color: #46CCC3; }
span { border-color: rgb(70,204,195); }
td.TdClassName
{
border-color: #46CCC3;
}
.TagClassName
{
border-color: #46CCC3;
}
</style>