Shades of Medium Turquoise #46C6CB
Tints of Medium Turquoise #46C6CB
RGB
CMYK
RGB Variations
Color information
#46C6CB (or 0x46C6CB) is known color: Medium Turquoise. HEX triplet: 46, C6 and CB. RGB value is (70,198,203). Sum of RGB (Red+Green+Blue) = 70+198+203=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #46C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C6CB is #B93934. Grayscale: #A0A0A0. Windows color (decimal): -12138805 or 13354566. OLE color: 13354566.
HSL color Cylindrical-coordinate representation of color #46C6CB: hue angle of 182.26º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46C6CB is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 198 | 203 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.20 |
| HSL | 182.26º | 0.56% | 0.54% | - |
| HSV(B) | 182.26º | 0.66% | 0.8% | - |
| XYZ | 33.5 | 46 | 63.61 | - |
| YUV | 160.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 203 | 0.66 | 0.02 | 0 | 0.20 | 182.26 | 0.56 | 0.54 |
| Hex | 46 | C6 | CB | 42 | 2 | 0 | 14 | B6 | 38 | 36 |
| Octal | 106 | 306 | 313 | 102 | 2 | 0 | 24 | 266 | 70 | 66 |
| Binary | 1000110 | 11000110 | 11001011 | 1000010 | 10 | 0 | 10100 | 10110110 | 111000 | 110110 |
Color Harmonies of #46C6CB
Complementary color
Monochromatic Colors of #46C6CB
Black with #46C6CB
Text Example
Text Example
White with #46C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C6CB; }
p { color: rgb(70,198,203); }
H1.HeaderClassName
{
color: #46C6CB;
}
.AnyTagClassName
{
color: #46C6CB;
}
</style>
background-color css
<style>
a { background-color: #46C6CB; }
a { background-color: rgb(70,198,203); }
div.DivClassName
{
background-color: #46C6CB;
}
.BgClassName
{
background-color: #46C6CB;
}
</style>
border-color css
<style>
span { border-color: #46C6CB; }
span { border-color: rgb(70,198,203); }
td.TdClassName
{
border-color: #46C6CB;
}
.TagClassName
{
border-color: #46C6CB;
}
</style>