Shades of Medium Turquoise #46CACE
Tints of Medium Turquoise #46CACE
RGB
CMYK
RGB Variations
Color information
#46CACE (or 0x46CACE) is known color: Medium Turquoise. HEX triplet: 46, CA and CE. RGB value is (70,202,206). Sum of RGB (Red+Green+Blue) = 70+202+206=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #46CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CACE is #B93531. Grayscale: #A2A2A2. Windows color (decimal): -12137778 or 13552198. OLE color: 13552198.
HSL color Cylindrical-coordinate representation of color #46CACE: hue angle of 181.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CACE is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 202 | 206 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.19 |
| HSL | 181.76º | 0.58% | 0.54% | - |
| HSV(B) | 181.76º | 0.66% | 0.81% | - |
| XYZ | 34.79 | 48 | 65.82 | - |
| YUV | 162.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 206 | 0.66 | 0.02 | 0 | 0.19 | 181.76 | 0.58 | 0.54 |
| Hex | 46 | CA | CE | 42 | 2 | 0 | 13 | B6 | 3A | 36 |
| Octal | 106 | 312 | 316 | 102 | 2 | 0 | 23 | 266 | 72 | 66 |
| Binary | 1000110 | 11001010 | 11001110 | 1000010 | 10 | 0 | 10011 | 10110110 | 111010 | 110110 |
Color Harmonies of #46CACE
Complementary color
Monochromatic Colors of #46CACE
Black with #46CACE
Text Example
Text Example
White with #46CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CACE; }
p { color: rgb(70,202,206); }
H1.HeaderClassName
{
color: #46CACE;
}
.AnyTagClassName
{
color: #46CACE;
}
</style>
background-color css
<style>
a { background-color: #46CACE; }
a { background-color: rgb(70,202,206); }
div.DivClassName
{
background-color: #46CACE;
}
.BgClassName
{
background-color: #46CACE;
}
</style>
border-color css
<style>
span { border-color: #46CACE; }
span { border-color: rgb(70,202,206); }
td.TdClassName
{
border-color: #46CACE;
}
.TagClassName
{
border-color: #46CACE;
}
</style>