Shades of Turquoise #46F2CA
Tints of Turquoise #46F2CA
RGB
CMYK
RGB Variations
Color information
#46F2CA (or 0x46F2CA) is known color: Turquoise. HEX triplet: 46, F2 and CA. RGB value is (70,242,202). Sum of RGB (Red+Green+Blue) = 70+242+202=514 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.62% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #46F2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F2CA is #B90D35. Grayscale: #BABABA. Windows color (decimal): -12127542 or 13300294. OLE color: 13300294.
HSL color Cylindrical-coordinate representation of color #46F2CA: hue angle of 166.05º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F2CA is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 242 | 202 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.05 |
| HSL | 166.05º | 0.87% | 0.61% | - |
| HSV(B) | 166.05º | 0.71% | 0.95% | - |
| XYZ | 44.94 | 69.07 | 66.84 | - |
| YUV | 186.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 202 | 0.71 | 0 | 0.17 | 0.05 | 166.05 | 0.87 | 0.61 |
| Hex | 46 | F2 | CA | 47 | 0 | 11 | 5 | A6 | 57 | 3D |
| Octal | 106 | 362 | 312 | 107 | 0 | 21 | 5 | 246 | 127 | 75 |
| Binary | 1000110 | 11110010 | 11001010 | 1000111 | 0 | 10001 | 101 | 10100110 | 1010111 | 111101 |
Color Harmonies of #46F2CA
Complementary color
Monochromatic Colors of #46F2CA
Black with #46F2CA
Text Example
Text Example
White with #46F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F2CA; }
p { color: rgb(70,242,202); }
H1.HeaderClassName
{
color: #46F2CA;
}
.AnyTagClassName
{
color: #46F2CA;
}
</style>
background-color css
<style>
a { background-color: #46F2CA; }
a { background-color: rgb(70,242,202); }
div.DivClassName
{
background-color: #46F2CA;
}
.BgClassName
{
background-color: #46F2CA;
}
</style>
border-color css
<style>
span { border-color: #46F2CA; }
span { border-color: rgb(70,242,202); }
td.TdClassName
{
border-color: #46F2CA;
}
.TagClassName
{
border-color: #46F2CA;
}
</style>