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