Shades of Turquoise #46FDD0
Tints of Turquoise #46FDD0
RGB
CMYK
RGB Variations
Color information
#46FDD0 (or 0x46FDD0) is known color: Turquoise. HEX triplet: 46, FD and D0. RGB value is (70,253,208). Sum of RGB (Red+Green+Blue) = 70+253+208=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FDD0 is #B9022F. Grayscale: #C1C1C1. Windows color (decimal): -12124720 or 13696326. OLE color: 13696326.
HSL color Cylindrical-coordinate representation of color #46FDD0: hue angle of 165.25º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FDD0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 253 | 208 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.01 |
| HSL | 165.25º | 0.98% | 0.63% | - |
| HSV(B) | 165.25º | 0.72% | 0.99% | - |
| XYZ | 49.04 | 76.11 | 71.78 | - |
| YUV | 193.15 | 136.37 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 208 | 0.72 | 0 | 0.18 | 0.01 | 165.25 | 0.98 | 0.63 |
| Hex | 46 | FD | D0 | 48 | 0 | 12 | 1 | A5 | 62 | 3F |
| Octal | 106 | 375 | 320 | 110 | 0 | 22 | 1 | 245 | 142 | 77 |
| Binary | 1000110 | 11111101 | 11010000 | 1001000 | 0 | 10010 | 1 | 10100101 | 1100010 | 111111 |
Color Harmonies of #46FDD0
Complementary color
Monochromatic Colors of #46FDD0
Black with #46FDD0
Text Example
Text Example
White with #46FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FDD0; }
p { color: rgb(70,253,208); }
H1.HeaderClassName
{
color: #46FDD0;
}
.AnyTagClassName
{
color: #46FDD0;
}
</style>
background-color css
<style>
a { background-color: #46FDD0; }
a { background-color: rgb(70,253,208); }
div.DivClassName
{
background-color: #46FDD0;
}
.BgClassName
{
background-color: #46FDD0;
}
</style>
border-color css
<style>
span { border-color: #46FDD0; }
span { border-color: rgb(70,253,208); }
td.TdClassName
{
border-color: #46FDD0;
}
.TagClassName
{
border-color: #46FDD0;
}
</style>