Shades of Medium Turquoise #46CBC6
Tints of Medium Turquoise #46CBC6
RGB
CMYK
RGB Variations
Color information
#46CBC6 (or 0x46CBC6) is known color: Medium Turquoise. HEX triplet: 46, CB and C6. RGB value is (70,203,198). Sum of RGB (Red+Green+Blue) = 70+203+198=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBC6 is #B93439. Grayscale: #A2A2A2. Windows color (decimal): -12137530 or 13028166. OLE color: 13028166.
HSL color Cylindrical-coordinate representation of color #46CBC6: hue angle of 177.74º 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 #46CBC6 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 198 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.20 |
| HSL | 177.74º | 0.56% | 0.54% | - |
| HSV(B) | 177.74º | 0.66% | 0.8% | - |
| XYZ | 34.07 | 48.09 | 60.91 | - |
| YUV | 162.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 198 | 0.66 | 0 | 0.02 | 0.20 | 177.74 | 0.56 | 0.54 |
| Hex | 46 | CB | C6 | 42 | 0 | 2 | 14 | B2 | 38 | 36 |
| Octal | 106 | 313 | 306 | 102 | 0 | 2 | 24 | 262 | 70 | 66 |
| Binary | 1000110 | 11001011 | 11000110 | 1000010 | 0 | 10 | 10100 | 10110010 | 111000 | 110110 |
Color Harmonies of #46CBC6
Complementary color
Monochromatic Colors of #46CBC6
Black with #46CBC6
Text Example
Text Example
White with #46CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBC6; }
p { color: rgb(70,203,198); }
H1.HeaderClassName
{
color: #46CBC6;
}
.AnyTagClassName
{
color: #46CBC6;
}
</style>
background-color css
<style>
a { background-color: #46CBC6; }
a { background-color: rgb(70,203,198); }
div.DivClassName
{
background-color: #46CBC6;
}
.BgClassName
{
background-color: #46CBC6;
}
</style>
border-color css
<style>
span { border-color: #46CBC6; }
span { border-color: rgb(70,203,198); }
td.TdClassName
{
border-color: #46CBC6;
}
.TagClassName
{
border-color: #46CBC6;
}
</style>