Shades of Turquoise #46ECC3
Tints of Turquoise #46ECC3
RGB
CMYK
RGB Variations
Color information
#46ECC3 (or 0x46ECC3) is known color: Turquoise. HEX triplet: 46, EC and C3. RGB value is (70,236,195). Sum of RGB (Red+Green+Blue) = 70+236+195=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECC3 is #B9133C. Grayscale: #B5B5B5. Windows color (decimal): -12129085 or 12840006. OLE color: 12840006.
HSL color Cylindrical-coordinate representation of color #46ECC3: hue angle of 165.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECC3 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 195 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.07 |
| HSL | 165.18º | 0.81% | 0.6% | - |
| HSV(B) | 165.18º | 0.7% | 0.93% | - |
| XYZ | 42.37 | 65.23 | 61.99 | - |
| YUV | 181.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 195 | 0.70 | 0 | 0.17 | 0.07 | 165.18 | 0.81 | 0.6 |
| Hex | 46 | EC | C3 | 46 | 0 | 11 | 7 | A5 | 51 | 3C |
| Octal | 106 | 354 | 303 | 106 | 0 | 21 | 7 | 245 | 121 | 74 |
| Binary | 1000110 | 11101100 | 11000011 | 1000110 | 0 | 10001 | 111 | 10100101 | 1010001 | 111100 |
Color Harmonies of #46ECC3
Complementary color
Monochromatic Colors of #46ECC3
Black with #46ECC3
Text Example
Text Example
White with #46ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECC3; }
p { color: rgb(70,236,195); }
H1.HeaderClassName
{
color: #46ECC3;
}
.AnyTagClassName
{
color: #46ECC3;
}
</style>
background-color css
<style>
a { background-color: #46ECC3; }
a { background-color: rgb(70,236,195); }
div.DivClassName
{
background-color: #46ECC3;
}
.BgClassName
{
background-color: #46ECC3;
}
</style>
border-color css
<style>
span { border-color: #46ECC3; }
span { border-color: rgb(70,236,195); }
td.TdClassName
{
border-color: #46ECC3;
}
.TagClassName
{
border-color: #46ECC3;
}
</style>