Shades of Medium Turquoise #46CECB
Tints of Medium Turquoise #46CECB
RGB
CMYK
RGB Variations
Color information
#46CECB (or 0x46CECB) is known color: Medium Turquoise. HEX triplet: 46, CE and CB. RGB value is (70,206,203). Sum of RGB (Red+Green+Blue) = 70+206+203=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #46CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CECB is #B93134. Grayscale: #A4A4A4. Windows color (decimal): -12136757 or 13356614. OLE color: 13356614.
HSL color Cylindrical-coordinate representation of color #46CECB: hue angle of 178.68º degrees, saturation: 0.58, 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 #46CECB is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 203 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.19 |
| HSL | 178.68º | 0.58% | 0.54% | - |
| HSV(B) | 178.68º | 0.66% | 0.81% | - |
| XYZ | 35.38 | 49.76 | 64.24 | - |
| YUV | 164.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 203 | 0.66 | 0 | 0.01 | 0.19 | 178.68 | 0.58 | 0.54 |
| Hex | 46 | CE | CB | 42 | 0 | 1 | 13 | B3 | 3A | 36 |
| Octal | 106 | 316 | 313 | 102 | 0 | 1 | 23 | 263 | 72 | 66 |
| Binary | 1000110 | 11001110 | 11001011 | 1000010 | 0 | 1 | 10011 | 10110011 | 111010 | 110110 |
Color Harmonies of #46CECB
Complementary color
Monochromatic Colors of #46CECB
Black with #46CECB
Text Example
Text Example
White with #46CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CECB; }
p { color: rgb(70,206,203); }
H1.HeaderClassName
{
color: #46CECB;
}
.AnyTagClassName
{
color: #46CECB;
}
</style>
background-color css
<style>
a { background-color: #46CECB; }
a { background-color: rgb(70,206,203); }
div.DivClassName
{
background-color: #46CECB;
}
.BgClassName
{
background-color: #46CECB;
}
</style>
border-color css
<style>
span { border-color: #46CECB; }
span { border-color: rgb(70,206,203); }
td.TdClassName
{
border-color: #46CECB;
}
.TagClassName
{
border-color: #46CECB;
}
</style>