Shades of Turquoise #46DFC3
Tints of Turquoise #46DFC3
RGB
CMYK
RGB Variations
Color information
#46DFC3 (or 0x46DFC3) is known color: Turquoise. HEX triplet: 46, DF and C3. RGB value is (70,223,195). Sum of RGB (Red+Green+Blue) = 70+223+195=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFC3 is #B9203C. Grayscale: #AEAEAE. Windows color (decimal): -12132413 or 12836678. OLE color: 12836678.
HSL color Cylindrical-coordinate representation of color #46DFC3: hue angle of 169.02º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFC3 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 195 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.13 |
| HSL | 169.02º | 0.71% | 0.57% | - |
| HSV(B) | 169.02º | 0.69% | 0.87% | - |
| XYZ | 38.76 | 58.02 | 60.79 | - |
| YUV | 174.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 195 | 0.69 | 0 | 0.13 | 0.13 | 169.02 | 0.71 | 0.57 |
| Hex | 46 | DF | C3 | 45 | 0 | D | D | A9 | 47 | 39 |
| Octal | 106 | 337 | 303 | 105 | 0 | 15 | 15 | 251 | 107 | 71 |
| Binary | 1000110 | 11011111 | 11000011 | 1000101 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111001 |
Color Harmonies of #46DFC3
Complementary color
Monochromatic Colors of #46DFC3
Black with #46DFC3
Text Example
Text Example
White with #46DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFC3; }
p { color: rgb(70,223,195); }
H1.HeaderClassName
{
color: #46DFC3;
}
.AnyTagClassName
{
color: #46DFC3;
}
</style>
background-color css
<style>
a { background-color: #46DFC3; }
a { background-color: rgb(70,223,195); }
div.DivClassName
{
background-color: #46DFC3;
}
.BgClassName
{
background-color: #46DFC3;
}
</style>
border-color css
<style>
span { border-color: #46DFC3; }
span { border-color: rgb(70,223,195); }
td.TdClassName
{
border-color: #46DFC3;
}
.TagClassName
{
border-color: #46DFC3;
}
</style>