Shades of Medium Turquoise #46D9CB
Tints of Medium Turquoise #46D9CB
RGB
CMYK
RGB Variations
Color information
#46D9CB (or 0x46D9CB) is known color: Medium Turquoise. HEX triplet: 46, D9 and CB. RGB value is (70,217,203). Sum of RGB (Red+Green+Blue) = 70+217+203=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #46D9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9CB is #B92634. Grayscale: #ABABAB. Windows color (decimal): -12133941 or 13359430. OLE color: 13359430.
HSL color Cylindrical-coordinate representation of color #46D9CB: hue angle of 174.29º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D9CB is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 217 | 203 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.15 |
| HSL | 174.29º | 0.66% | 0.56% | - |
| HSV(B) | 174.29º | 0.68% | 0.85% | - |
| XYZ | 38.12 | 55.24 | 65.15 | - |
| YUV | 171.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 217 | 203 | 0.68 | 0 | 0.06 | 0.15 | 174.29 | 0.66 | 0.56 |
| Hex | 46 | D9 | CB | 44 | 0 | 6 | F | AE | 42 | 38 |
| Octal | 106 | 331 | 313 | 104 | 0 | 6 | 17 | 256 | 102 | 70 |
| Binary | 1000110 | 11011001 | 11001011 | 1000100 | 0 | 110 | 1111 | 10101110 | 1000010 | 111000 |
Color Harmonies of #46D9CB
Complementary color
Monochromatic Colors of #46D9CB
Black with #46D9CB
Text Example
Text Example
White with #46D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D9CB; }
p { color: rgb(70,217,203); }
H1.HeaderClassName
{
color: #46D9CB;
}
.AnyTagClassName
{
color: #46D9CB;
}
</style>
background-color css
<style>
a { background-color: #46D9CB; }
a { background-color: rgb(70,217,203); }
div.DivClassName
{
background-color: #46D9CB;
}
.BgClassName
{
background-color: #46D9CB;
}
</style>
border-color css
<style>
span { border-color: #46D9CB; }
span { border-color: rgb(70,217,203); }
td.TdClassName
{
border-color: #46D9CB;
}
.TagClassName
{
border-color: #46D9CB;
}
</style>