Shades of Turquoise #46E4CB
Tints of Turquoise #46E4CB
RGB
CMYK
RGB Variations
Color information
#46E4CB (or 0x46E4CB) is known color: Turquoise. HEX triplet: 46, E4 and CB. RGB value is (70,228,203). Sum of RGB (Red+Green+Blue) = 70+228+203=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #46E4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E4CB is #B91B34. Grayscale: #B1B1B1. Windows color (decimal): -12131125 or 13362246. OLE color: 13362246.
HSL color Cylindrical-coordinate representation of color #46E4CB: hue angle of 170.51º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E4CB is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 228 | 203 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.11 |
| HSL | 170.51º | 0.75% | 0.58% | - |
| HSV(B) | 170.51º | 0.69% | 0.89% | - |
| XYZ | 41.05 | 61.1 | 66.13 | - |
| YUV | 177.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 228 | 203 | 0.69 | 0 | 0.11 | 0.11 | 170.51 | 0.75 | 0.58 |
| Hex | 46 | E4 | CB | 45 | 0 | B | B | AB | 4B | 3A |
| Octal | 106 | 344 | 313 | 105 | 0 | 13 | 13 | 253 | 113 | 72 |
| Binary | 1000110 | 11100100 | 11001011 | 1000101 | 0 | 1011 | 1011 | 10101011 | 1001011 | 111010 |
Color Harmonies of #46E4CB
Complementary color
Monochromatic Colors of #46E4CB
Black with #46E4CB
Text Example
Text Example
White with #46E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E4CB; }
p { color: rgb(70,228,203); }
H1.HeaderClassName
{
color: #46E4CB;
}
.AnyTagClassName
{
color: #46E4CB;
}
</style>
background-color css
<style>
a { background-color: #46E4CB; }
a { background-color: rgb(70,228,203); }
div.DivClassName
{
background-color: #46E4CB;
}
.BgClassName
{
background-color: #46E4CB;
}
</style>
border-color css
<style>
span { border-color: #46E4CB; }
span { border-color: rgb(70,228,203); }
td.TdClassName
{
border-color: #46E4CB;
}
.TagClassName
{
border-color: #46E4CB;
}
</style>