Shades of Turquoise #46F3DF
Tints of Turquoise #46F3DF
RGB
CMYK
RGB Variations
Color information
#46F3DF (or 0x46F3DF) is known color: Turquoise. HEX triplet: 46, F3 and DF. RGB value is (70,243,223). Sum of RGB (Red+Green+Blue) = 70+243+223=536 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.06% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #46F3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F3DF is #B90C20. Grayscale: #BCBCBC. Windows color (decimal): -12127265 or 14676806. OLE color: 14676806.
HSL color Cylindrical-coordinate representation of color #46F3DF: hue angle of 173.06º degrees, saturation: 0.88, 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 #46F3DF is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 243 | 223 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.05 |
| HSL | 173.06º | 0.88% | 0.61% | - |
| HSV(B) | 173.06º | 0.71% | 0.95% | - |
| XYZ | 47.9 | 70.73 | 80.94 | - |
| YUV | 188.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 243 | 223 | 0.71 | 0 | 0.08 | 0.05 | 173.06 | 0.88 | 0.61 |
| Hex | 46 | F3 | DF | 47 | 0 | 8 | 5 | AD | 58 | 3D |
| Octal | 106 | 363 | 337 | 107 | 0 | 10 | 5 | 255 | 130 | 75 |
| Binary | 1000110 | 11110011 | 11011111 | 1000111 | 0 | 1000 | 101 | 10101101 | 1011000 | 111101 |
Color Harmonies of #46F3DF
Complementary color
Monochromatic Colors of #46F3DF
Black with #46F3DF
Text Example
Text Example
White with #46F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F3DF; }
p { color: rgb(70,243,223); }
H1.HeaderClassName
{
color: #46F3DF;
}
.AnyTagClassName
{
color: #46F3DF;
}
</style>
background-color css
<style>
a { background-color: #46F3DF; }
a { background-color: rgb(70,243,223); }
div.DivClassName
{
background-color: #46F3DF;
}
.BgClassName
{
background-color: #46F3DF;
}
</style>
border-color css
<style>
span { border-color: #46F3DF; }
span { border-color: rgb(70,243,223); }
td.TdClassName
{
border-color: #46F3DF;
}
.TagClassName
{
border-color: #46F3DF;
}
</style>