Shades of Medium Turquoise #46CAC8
Tints of Medium Turquoise #46CAC8
RGB
CMYK
RGB Variations
Color information
#46CAC8 (or 0x46CAC8) is known color: Medium Turquoise. HEX triplet: 46, CA and C8. RGB value is (70,202,200). Sum of RGB (Red+Green+Blue) = 70+202+200=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #46CAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CAC8 is #B93537. Grayscale: #A2A2A2. Windows color (decimal): -12137784 or 13158982. OLE color: 13158982.
HSL color Cylindrical-coordinate representation of color #46CAC8: hue angle of 179.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CAC8 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 200 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.21 |
| HSL | 179.09º | 0.55% | 0.53% | - |
| HSV(B) | 179.09º | 0.65% | 0.79% | - |
| XYZ | 34.07 | 47.71 | 62.06 | - |
| YUV | 162.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 200 | 0.65 | 0 | 0.01 | 0.21 | 179.09 | 0.55 | 0.53 |
| Hex | 46 | CA | C8 | 41 | 0 | 1 | 15 | B3 | 37 | 35 |
| Octal | 106 | 312 | 310 | 101 | 0 | 1 | 25 | 263 | 67 | 65 |
| Binary | 1000110 | 11001010 | 11001000 | 1000001 | 0 | 1 | 10101 | 10110011 | 110111 | 110101 |
Color Harmonies of #46CAC8
Complementary color
Monochromatic Colors of #46CAC8
Black with #46CAC8
Text Example
Text Example
White with #46CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CAC8; }
p { color: rgb(70,202,200); }
H1.HeaderClassName
{
color: #46CAC8;
}
.AnyTagClassName
{
color: #46CAC8;
}
</style>
background-color css
<style>
a { background-color: #46CAC8; }
a { background-color: rgb(70,202,200); }
div.DivClassName
{
background-color: #46CAC8;
}
.BgClassName
{
background-color: #46CAC8;
}
</style>
border-color css
<style>
span { border-color: #46CAC8; }
span { border-color: rgb(70,202,200); }
td.TdClassName
{
border-color: #46CAC8;
}
.TagClassName
{
border-color: #46CAC8;
}
</style>