Shades of Medium Turquoise #46C3CF
Tints of Medium Turquoise #46C3CF
RGB
CMYK
RGB Variations
Color information
#46C3CF (or 0x46C3CF) is known color: Medium Turquoise. HEX triplet: 46, C3 and CF. RGB value is (70,195,207). Sum of RGB (Red+Green+Blue) = 70+195+207=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #46C3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C3CF is #B93C30. Grayscale: #9E9E9E. Windows color (decimal): -12139569 or 13615942. OLE color: 13615942.
HSL color Cylindrical-coordinate representation of color #46C3CF: hue angle of 185.26º 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 #46C3CF is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 195 | 207 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.19 |
| HSL | 185.26º | 0.59% | 0.54% | - |
| HSV(B) | 185.26º | 0.66% | 0.81% | - |
| XYZ | 33.3 | 44.84 | 65.93 | - |
| YUV | 158.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 207 | 0.66 | 0.06 | 0 | 0.19 | 185.26 | 0.59 | 0.54 |
| Hex | 46 | C3 | CF | 42 | 6 | 0 | 13 | B9 | 3B | 36 |
| Octal | 106 | 303 | 317 | 102 | 6 | 0 | 23 | 271 | 73 | 66 |
| Binary | 1000110 | 11000011 | 11001111 | 1000010 | 110 | 0 | 10011 | 10111001 | 111011 | 110110 |
Color Harmonies of #46C3CF
Complementary color
Monochromatic Colors of #46C3CF
Black with #46C3CF
Text Example
Text Example
White with #46C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C3CF; }
p { color: rgb(70,195,207); }
H1.HeaderClassName
{
color: #46C3CF;
}
.AnyTagClassName
{
color: #46C3CF;
}
</style>
background-color css
<style>
a { background-color: #46C3CF; }
a { background-color: rgb(70,195,207); }
div.DivClassName
{
background-color: #46C3CF;
}
.BgClassName
{
background-color: #46C3CF;
}
</style>
border-color css
<style>
span { border-color: #46C3CF; }
span { border-color: rgb(70,195,207); }
td.TdClassName
{
border-color: #46C3CF;
}
.TagClassName
{
border-color: #46C3CF;
}
</style>