Shades of Turquoise #46DBCC
Tints of Turquoise #46DBCC
RGB
CMYK
RGB Variations
Color information
#46DBCC (or 0x46DBCC) is known color: Turquoise. HEX triplet: 46, DB and CC. RGB value is (70,219,204). Sum of RGB (Red+Green+Blue) = 70+219+204=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBCC is #B92433. Grayscale: #ACACAC. Windows color (decimal): -12133428 or 13425478. OLE color: 13425478.
HSL color Cylindrical-coordinate representation of color #46DBCC: hue angle of 173.96º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DBCC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 204 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.14 |
| HSL | 173.96º | 0.67% | 0.57% | - |
| HSV(B) | 173.96º | 0.68% | 0.86% | - |
| XYZ | 38.76 | 56.32 | 65.96 | - |
| YUV | 172.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 204 | 0.68 | 0 | 0.07 | 0.14 | 173.96 | 0.67 | 0.57 |
| Hex | 46 | DB | CC | 44 | 0 | 7 | E | AE | 43 | 39 |
| Octal | 106 | 333 | 314 | 104 | 0 | 7 | 16 | 256 | 103 | 71 |
| Binary | 1000110 | 11011011 | 11001100 | 1000100 | 0 | 111 | 1110 | 10101110 | 1000011 | 111001 |
Color Harmonies of #46DBCC
Complementary color
Monochromatic Colors of #46DBCC
Black with #46DBCC
Text Example
Text Example
White with #46DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBCC; }
p { color: rgb(70,219,204); }
H1.HeaderClassName
{
color: #46DBCC;
}
.AnyTagClassName
{
color: #46DBCC;
}
</style>
background-color css
<style>
a { background-color: #46DBCC; }
a { background-color: rgb(70,219,204); }
div.DivClassName
{
background-color: #46DBCC;
}
.BgClassName
{
background-color: #46DBCC;
}
</style>
border-color css
<style>
span { border-color: #46DBCC; }
span { border-color: rgb(70,219,204); }
td.TdClassName
{
border-color: #46DBCC;
}
.TagClassName
{
border-color: #46DBCC;
}
</style>