Shades of Medium Turquoise #46CFCE
Tints of Medium Turquoise #46CFCE
RGB
CMYK
RGB Variations
Color information
#46CFCE (or 0x46CFCE) is known color: Medium Turquoise. HEX triplet: 46, CF and CE. RGB value is (70,207,206). Sum of RGB (Red+Green+Blue) = 70+207+206=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFCE is #B93031. Grayscale: #A5A5A5. Windows color (decimal): -12136498 or 13553478. OLE color: 13553478.
HSL color Cylindrical-coordinate representation of color #46CFCE: hue angle of 179.56º 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 #46CFCE is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 206 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.19 |
| HSL | 179.56º | 0.59% | 0.54% | - |
| HSV(B) | 179.56º | 0.66% | 0.81% | - |
| XYZ | 35.98 | 50.38 | 66.22 | - |
| YUV | 165.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 206 | 0.66 | 0 | 0.00 | 0.19 | 179.56 | 0.59 | 0.54 |
| Hex | 46 | CF | CE | 42 | 0 | 0 | 13 | B4 | 3B | 36 |
| Octal | 106 | 317 | 316 | 102 | 0 | 0 | 23 | 264 | 73 | 66 |
| Binary | 1000110 | 11001111 | 11001110 | 1000010 | 0 | 0 | 10011 | 10110100 | 111011 | 110110 |
Color Harmonies of #46CFCE
Complementary color
Monochromatic Colors of #46CFCE
Black with #46CFCE
Text Example
Text Example
White with #46CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFCE; }
p { color: rgb(70,207,206); }
H1.HeaderClassName
{
color: #46CFCE;
}
.AnyTagClassName
{
color: #46CFCE;
}
</style>
background-color css
<style>
a { background-color: #46CFCE; }
a { background-color: rgb(70,207,206); }
div.DivClassName
{
background-color: #46CFCE;
}
.BgClassName
{
background-color: #46CFCE;
}
</style>
border-color css
<style>
span { border-color: #46CFCE; }
span { border-color: rgb(70,207,206); }
td.TdClassName
{
border-color: #46CFCE;
}
.TagClassName
{
border-color: #46CFCE;
}
</style>