Shades of Turquoise #46FADD
Tints of Turquoise #46FADD
RGB
CMYK
RGB Variations
Color information
#46FADD (or 0x46FADD) is known color: Turquoise. HEX triplet: 46, FA and DD. RGB value is (70,250,221). Sum of RGB (Red+Green+Blue) = 70+250+221=541 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.94% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #46FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FADD is #B90522. Grayscale: #C0C0C0. Windows color (decimal): -12125475 or 14547526. OLE color: 14547526.
HSL color Cylindrical-coordinate representation of color #46FADD: hue angle of 170.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FADD is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 221 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.02 |
| HSL | 170.33º | 0.95% | 0.63% | - |
| HSV(B) | 170.33º | 0.72% | 0.98% | - |
| XYZ | 49.76 | 74.89 | 80.24 | - |
| YUV | 192.87 | 143.87 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 221 | 0.72 | 0 | 0.12 | 0.02 | 170.33 | 0.95 | 0.63 |
| Hex | 46 | FA | DD | 48 | 0 | C | 2 | AA | 5F | 3F |
| Octal | 106 | 372 | 335 | 110 | 0 | 14 | 2 | 252 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11011101 | 1001000 | 0 | 1100 | 10 | 10101010 | 1011111 | 111111 |
Color Harmonies of #46FADD
Complementary color
Monochromatic Colors of #46FADD
Black with #46FADD
Text Example
Text Example
White with #46FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FADD; }
p { color: rgb(70,250,221); }
H1.HeaderClassName
{
color: #46FADD;
}
.AnyTagClassName
{
color: #46FADD;
}
</style>
background-color css
<style>
a { background-color: #46FADD; }
a { background-color: rgb(70,250,221); }
div.DivClassName
{
background-color: #46FADD;
}
.BgClassName
{
background-color: #46FADD;
}
</style>
border-color css
<style>
span { border-color: #46FADD; }
span { border-color: rgb(70,250,221); }
td.TdClassName
{
border-color: #46FADD;
}
.TagClassName
{
border-color: #46FADD;
}
</style>