Shades of Medium Turquoise #46CFC5
Tints of Medium Turquoise #46CFC5
RGB
CMYK
RGB Variations
Color information
#46CFC5 (or 0x46CFC5) is known color: Medium Turquoise. HEX triplet: 46, CF and C5. RGB value is (70,207,197). Sum of RGB (Red+Green+Blue) = 70+207+197=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFC5 is #B9303A. Grayscale: #A4A4A4. Windows color (decimal): -12136507 or 12963654. OLE color: 12963654.
HSL color Cylindrical-coordinate representation of color #46CFC5: hue angle of 175.62º 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 #46CFC5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 197 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.19 |
| HSL | 175.62º | 0.59% | 0.54% | - |
| HSV(B) | 175.62º | 0.66% | 0.81% | - |
| XYZ | 34.92 | 49.96 | 60.63 | - |
| YUV | 164.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 197 | 0.66 | 0 | 0.05 | 0.19 | 175.62 | 0.59 | 0.54 |
| Hex | 46 | CF | C5 | 42 | 0 | 5 | 13 | B0 | 3B | 36 |
| Octal | 106 | 317 | 305 | 102 | 0 | 5 | 23 | 260 | 73 | 66 |
| Binary | 1000110 | 11001111 | 11000101 | 1000010 | 0 | 101 | 10011 | 10110000 | 111011 | 110110 |
Color Harmonies of #46CFC5
Complementary color
Monochromatic Colors of #46CFC5
Black with #46CFC5
Text Example
Text Example
White with #46CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFC5; }
p { color: rgb(70,207,197); }
H1.HeaderClassName
{
color: #46CFC5;
}
.AnyTagClassName
{
color: #46CFC5;
}
</style>
background-color css
<style>
a { background-color: #46CFC5; }
a { background-color: rgb(70,207,197); }
div.DivClassName
{
background-color: #46CFC5;
}
.BgClassName
{
background-color: #46CFC5;
}
</style>
border-color css
<style>
span { border-color: #46CFC5; }
span { border-color: rgb(70,207,197); }
td.TdClassName
{
border-color: #46CFC5;
}
.TagClassName
{
border-color: #46CFC5;
}
</style>