Shades of Medium Turquoise #46CFCD
Tints of Medium Turquoise #46CFCD
RGB
CMYK
RGB Variations
Color information
#46CFCD (or 0x46CFCD) is known color: Medium Turquoise. HEX triplet: 46, CF and CD. RGB value is (70,207,205). Sum of RGB (Red+Green+Blue) = 70+207+205=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFCD is #B93032. Grayscale: #A5A5A5. Windows color (decimal): -12136499 or 13487942. OLE color: 13487942.
HSL color Cylindrical-coordinate representation of color #46CFCD: hue angle of 179.12º degrees, saturation: 0.59, 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 #46CFCD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 205 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.19 |
| HSL | 179.12º | 0.59% | 0.54% | - |
| HSV(B) | 179.12º | 0.66% | 0.81% | - |
| XYZ | 35.86 | 50.34 | 65.58 | - |
| YUV | 165.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 205 | 0.66 | 0 | 0.01 | 0.19 | 179.12 | 0.59 | 0.54 |
| Hex | 46 | CF | CD | 42 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 106 | 317 | 315 | 102 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000110 | 11001111 | 11001101 | 1000010 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #46CFCD
Complementary color
Monochromatic Colors of #46CFCD
Black with #46CFCD
Text Example
Text Example
White with #46CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFCD; }
p { color: rgb(70,207,205); }
H1.HeaderClassName
{
color: #46CFCD;
}
.AnyTagClassName
{
color: #46CFCD;
}
</style>
background-color css
<style>
a { background-color: #46CFCD; }
a { background-color: rgb(70,207,205); }
div.DivClassName
{
background-color: #46CFCD;
}
.BgClassName
{
background-color: #46CFCD;
}
</style>
border-color css
<style>
span { border-color: #46CFCD; }
span { border-color: rgb(70,207,205); }
td.TdClassName
{
border-color: #46CFCD;
}
.TagClassName
{
border-color: #46CFCD;
}
</style>