Shades of Turquoise #46F2D7
Tints of Turquoise #46F2D7
RGB
CMYK
RGB Variations
Color information
#46F2D7 (or 0x46F2D7) is known color: Turquoise. HEX triplet: 46, F2 and D7. RGB value is (70,242,215). Sum of RGB (Red+Green+Blue) = 70+242+215=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #46F2D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F2D7 is #B90D28. Grayscale: #BBBBBB. Windows color (decimal): -12127529 or 14152262. OLE color: 14152262.
HSL color Cylindrical-coordinate representation of color #46F2D7: hue angle of 170.58º 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 #46F2D7 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 242 | 215 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.05 |
| HSL | 170.58º | 0.87% | 0.61% | - |
| HSV(B) | 170.58º | 0.71% | 0.95% | - |
| XYZ | 46.54 | 69.71 | 75.29 | - |
| YUV | 187.49 | 143.52 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 215 | 0.71 | 0 | 0.11 | 0.05 | 170.58 | 0.87 | 0.61 |
| Hex | 46 | F2 | D7 | 47 | 0 | B | 5 | AB | 57 | 3D |
| Octal | 106 | 362 | 327 | 107 | 0 | 13 | 5 | 253 | 127 | 75 |
| Binary | 1000110 | 11110010 | 11010111 | 1000111 | 0 | 1011 | 101 | 10101011 | 1010111 | 111101 |
Color Harmonies of #46F2D7
Complementary color
Monochromatic Colors of #46F2D7
Black with #46F2D7
Text Example
Text Example
White with #46F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F2D7; }
p { color: rgb(70,242,215); }
H1.HeaderClassName
{
color: #46F2D7;
}
.AnyTagClassName
{
color: #46F2D7;
}
</style>
background-color css
<style>
a { background-color: #46F2D7; }
a { background-color: rgb(70,242,215); }
div.DivClassName
{
background-color: #46F2D7;
}
.BgClassName
{
background-color: #46F2D7;
}
</style>
border-color css
<style>
span { border-color: #46F2D7; }
span { border-color: rgb(70,242,215); }
td.TdClassName
{
border-color: #46F2D7;
}
.TagClassName
{
border-color: #46F2D7;
}
</style>