Shades of Medium Turquoise #46CBC3
Tints of Medium Turquoise #46CBC3
RGB
CMYK
RGB Variations
Color information
#46CBC3 (or 0x46CBC3) is known color: Medium Turquoise. HEX triplet: 46, CB and C3. RGB value is (70,203,195). Sum of RGB (Red+Green+Blue) = 70+203+195=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBC3 is #B9343C. Grayscale: #A2A2A2. Windows color (decimal): -12137533 or 12831558. OLE color: 12831558.
HSL color Cylindrical-coordinate representation of color #46CBC3: hue angle of 176.39º 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 #46CBC3 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 195 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.20 |
| HSL | 176.39º | 0.56% | 0.54% | - |
| HSV(B) | 176.39º | 0.66% | 0.8% | - |
| XYZ | 33.73 | 47.95 | 59.11 | - |
| YUV | 162.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 195 | 0.66 | 0 | 0.04 | 0.20 | 176.39 | 0.56 | 0.54 |
| Hex | 46 | CB | C3 | 42 | 0 | 4 | 14 | B0 | 38 | 36 |
| Octal | 106 | 313 | 303 | 102 | 0 | 4 | 24 | 260 | 70 | 66 |
| Binary | 1000110 | 11001011 | 11000011 | 1000010 | 0 | 100 | 10100 | 10110000 | 111000 | 110110 |
Color Harmonies of #46CBC3
Complementary color
Monochromatic Colors of #46CBC3
Black with #46CBC3
Text Example
Text Example
White with #46CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBC3; }
p { color: rgb(70,203,195); }
H1.HeaderClassName
{
color: #46CBC3;
}
.AnyTagClassName
{
color: #46CBC3;
}
</style>
background-color css
<style>
a { background-color: #46CBC3; }
a { background-color: rgb(70,203,195); }
div.DivClassName
{
background-color: #46CBC3;
}
.BgClassName
{
background-color: #46CBC3;
}
</style>
border-color css
<style>
span { border-color: #46CBC3; }
span { border-color: rgb(70,203,195); }
td.TdClassName
{
border-color: #46CBC3;
}
.TagClassName
{
border-color: #46CBC3;
}
</style>