Shades of Turquoise #46FCDB
Tints of Turquoise #46FCDB
RGB
CMYK
RGB Variations
Color information
#46FCDB (or 0x46FCDB) is known color: Turquoise. HEX triplet: 46, FC and DB. RGB value is (70,252,219). Sum of RGB (Red+Green+Blue) = 70+252+219=541 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.94% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCDB is #B90324. Grayscale: #C1C1C1. Windows color (decimal): -12124965 or 14416966. OLE color: 14416966.
HSL color Cylindrical-coordinate representation of color #46FCDB: hue angle of 169.12º degrees, saturation: 0.97, 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 #46FCDB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 219 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.01 |
| HSL | 169.12º | 0.97% | 0.63% | - |
| HSV(B) | 169.12º | 0.72% | 0.99% | - |
| XYZ | 50.12 | 76.04 | 79.05 | - |
| YUV | 193.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 219 | 0.72 | 0 | 0.13 | 0.01 | 169.12 | 0.97 | 0.63 |
| Hex | 46 | FC | DB | 48 | 0 | D | 1 | A9 | 61 | 3F |
| Octal | 106 | 374 | 333 | 110 | 0 | 15 | 1 | 251 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11011011 | 1001000 | 0 | 1101 | 1 | 10101001 | 1100001 | 111111 |
Color Harmonies of #46FCDB
Complementary color
Monochromatic Colors of #46FCDB
Black with #46FCDB
Text Example
Text Example
White with #46FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCDB; }
p { color: rgb(70,252,219); }
H1.HeaderClassName
{
color: #46FCDB;
}
.AnyTagClassName
{
color: #46FCDB;
}
</style>
background-color css
<style>
a { background-color: #46FCDB; }
a { background-color: rgb(70,252,219); }
div.DivClassName
{
background-color: #46FCDB;
}
.BgClassName
{
background-color: #46FCDB;
}
</style>
border-color css
<style>
span { border-color: #46FCDB; }
span { border-color: rgb(70,252,219); }
td.TdClassName
{
border-color: #46FCDB;
}
.TagClassName
{
border-color: #46FCDB;
}
</style>