Shades of Medium Turquoise #46CFB4
Tints of Medium Turquoise #46CFB4
RGB
CMYK
RGB Variations
Color information
#46CFB4 (or 0x46CFB4) is known color: Medium Turquoise. HEX triplet: 46, CF and B4. RGB value is (70,207,180). Sum of RGB (Red+Green+Blue) = 70+207+180=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFB4 is #B9304B. Grayscale: #A2A2A2. Windows color (decimal): -12136524 or 11849542. OLE color: 11849542.
HSL color Cylindrical-coordinate representation of color #46CFB4: hue angle of 168.18º 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 #46CFB4 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 180 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.19 |
| HSL | 168.18º | 0.59% | 0.54% | - |
| HSV(B) | 168.18º | 0.66% | 0.81% | - |
| XYZ | 33.08 | 49.22 | 50.94 | - |
| YUV | 162.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 180 | 0.66 | 0 | 0.13 | 0.19 | 168.18 | 0.59 | 0.54 |
| Hex | 46 | CF | B4 | 42 | 0 | D | 13 | A8 | 3B | 36 |
| Octal | 106 | 317 | 264 | 102 | 0 | 15 | 23 | 250 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10110100 | 1000010 | 0 | 1101 | 10011 | 10101000 | 111011 | 110110 |
Color Harmonies of #46CFB4
Complementary color
Monochromatic Colors of #46CFB4
Black with #46CFB4
Text Example
Text Example
White with #46CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFB4; }
p { color: rgb(70,207,180); }
H1.HeaderClassName
{
color: #46CFB4;
}
.AnyTagClassName
{
color: #46CFB4;
}
</style>
background-color css
<style>
a { background-color: #46CFB4; }
a { background-color: rgb(70,207,180); }
div.DivClassName
{
background-color: #46CFB4;
}
.BgClassName
{
background-color: #46CFB4;
}
</style>
border-color css
<style>
span { border-color: #46CFB4; }
span { border-color: rgb(70,207,180); }
td.TdClassName
{
border-color: #46CFB4;
}
.TagClassName
{
border-color: #46CFB4;
}
</style>