Shades of Medium Turquoise #46CFB7
Tints of Medium Turquoise #46CFB7
RGB
CMYK
RGB Variations
Color information
#46CFB7 (or 0x46CFB7) is known color: Medium Turquoise. HEX triplet: 46, CF and B7. RGB value is (70,207,183). Sum of RGB (Red+Green+Blue) = 70+207+183=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFB7 is #B93048. Grayscale: #A3A3A3. Windows color (decimal): -12136521 or 12046150. OLE color: 12046150.
HSL color Cylindrical-coordinate representation of color #46CFB7: hue angle of 169.49º 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 #46CFB7 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 183 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.19 |
| HSL | 169.49º | 0.59% | 0.54% | - |
| HSV(B) | 169.49º | 0.66% | 0.81% | - |
| XYZ | 33.39 | 49.35 | 52.56 | - |
| YUV | 163.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 183 | 0.66 | 0 | 0.12 | 0.19 | 169.49 | 0.59 | 0.54 |
| Hex | 46 | CF | B7 | 42 | 0 | C | 13 | A9 | 3B | 36 |
| Octal | 106 | 317 | 267 | 102 | 0 | 14 | 23 | 251 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10110111 | 1000010 | 0 | 1100 | 10011 | 10101001 | 111011 | 110110 |
Color Harmonies of #46CFB7
Complementary color
Monochromatic Colors of #46CFB7
Black with #46CFB7
Text Example
Text Example
White with #46CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFB7; }
p { color: rgb(70,207,183); }
H1.HeaderClassName
{
color: #46CFB7;
}
.AnyTagClassName
{
color: #46CFB7;
}
</style>
background-color css
<style>
a { background-color: #46CFB7; }
a { background-color: rgb(70,207,183); }
div.DivClassName
{
background-color: #46CFB7;
}
.BgClassName
{
background-color: #46CFB7;
}
</style>
border-color css
<style>
span { border-color: #46CFB7; }
span { border-color: rgb(70,207,183); }
td.TdClassName
{
border-color: #46CFB7;
}
.TagClassName
{
border-color: #46CFB7;
}
</style>