Shades of Turquoise #46FDDF
Tints of Turquoise #46FDDF
RGB
CMYK
RGB Variations
Color information
#46FDDF (or 0x46FDDF) is known color: Turquoise. HEX triplet: 46, FD and DF. RGB value is (70,253,223). Sum of RGB (Red+Green+Blue) = 70+253+223=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FDDF is #B90220. Grayscale: #C2C2C2. Windows color (decimal): -12124705 or 14679366. OLE color: 14679366.
HSL color Cylindrical-coordinate representation of color #46FDDF: hue angle of 170.16º 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 #46FDDF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 253 | 223 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.01 |
| HSL | 170.16º | 0.98% | 0.63% | - |
| HSV(B) | 170.16º | 0.72% | 0.99% | - |
| XYZ | 50.97 | 76.88 | 81.97 | - |
| YUV | 194.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 223 | 0.72 | 0 | 0.12 | 0.01 | 170.16 | 0.98 | 0.63 |
| Hex | 46 | FD | DF | 48 | 0 | C | 1 | AA | 62 | 3F |
| Octal | 106 | 375 | 337 | 110 | 0 | 14 | 1 | 252 | 142 | 77 |
| Binary | 1000110 | 11111101 | 11011111 | 1001000 | 0 | 1100 | 1 | 10101010 | 1100010 | 111111 |
Color Harmonies of #46FDDF
Complementary color
Monochromatic Colors of #46FDDF
Black with #46FDDF
Text Example
Text Example
White with #46FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FDDF; }
p { color: rgb(70,253,223); }
H1.HeaderClassName
{
color: #46FDDF;
}
.AnyTagClassName
{
color: #46FDDF;
}
</style>
background-color css
<style>
a { background-color: #46FDDF; }
a { background-color: rgb(70,253,223); }
div.DivClassName
{
background-color: #46FDDF;
}
.BgClassName
{
background-color: #46FDDF;
}
</style>
border-color css
<style>
span { border-color: #46FDDF; }
span { border-color: rgb(70,253,223); }
td.TdClassName
{
border-color: #46FDDF;
}
.TagClassName
{
border-color: #46FDDF;
}
</style>