Shades of Medium Turquoise #46D5CC
Tints of Medium Turquoise #46D5CC
RGB
CMYK
RGB Variations
Color information
#46D5CC (or 0x46D5CC) is known color: Medium Turquoise. HEX triplet: 46, D5 and CC. RGB value is (70,213,204). Sum of RGB (Red+Green+Blue) = 70+213+204=487 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.37% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5CC is #B92A33. Grayscale: #A9A9A9. Windows color (decimal): -12134964 or 13423942. OLE color: 13423942.
HSL color Cylindrical-coordinate representation of color #46D5CC: hue angle of 176.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5CC is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 204 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.16 |
| HSL | 176.22º | 0.63% | 0.55% | - |
| HSV(B) | 176.22º | 0.67% | 0.84% | - |
| XYZ | 37.22 | 53.25 | 65.44 | - |
| YUV | 169.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 204 | 0.67 | 0 | 0.04 | 0.16 | 176.22 | 0.63 | 0.55 |
| Hex | 46 | D5 | CC | 43 | 0 | 4 | 10 | B0 | 3F | 37 |
| Octal | 106 | 325 | 314 | 103 | 0 | 4 | 20 | 260 | 77 | 67 |
| Binary | 1000110 | 11010101 | 11001100 | 1000011 | 0 | 100 | 10000 | 10110000 | 111111 | 110111 |
Color Harmonies of #46D5CC
Complementary color
Monochromatic Colors of #46D5CC
Black with #46D5CC
Text Example
Text Example
White with #46D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5CC; }
p { color: rgb(70,213,204); }
H1.HeaderClassName
{
color: #46D5CC;
}
.AnyTagClassName
{
color: #46D5CC;
}
</style>
background-color css
<style>
a { background-color: #46D5CC; }
a { background-color: rgb(70,213,204); }
div.DivClassName
{
background-color: #46D5CC;
}
.BgClassName
{
background-color: #46D5CC;
}
</style>
border-color css
<style>
span { border-color: #46D5CC; }
span { border-color: rgb(70,213,204); }
td.TdClassName
{
border-color: #46D5CC;
}
.TagClassName
{
border-color: #46D5CC;
}
</style>