Shades of Turquoise #46DADB
Tints of Turquoise #46DADB
RGB
CMYK
RGB Variations
Color information
#46DADB (or 0x46DADB) is known color: Turquoise. HEX triplet: 46, DA and DB. RGB value is (70,218,219). Sum of RGB (Red+Green+Blue) = 70+218+219=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #46DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DADB is #B92524. Grayscale: #ADADAD. Windows color (decimal): -12133669 or 14408262. OLE color: 14408262.
HSL color Cylindrical-coordinate representation of color #46DADB: hue angle of 180.4º 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 #46DADB is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 218 | 219 | - |
| CMYK | 0.68 | 0.00 | 0 | 0.14 |
| HSL | 180.4º | 0.67% | 0.57% | - |
| HSV(B) | 180.4º | 0.68% | 0.86% | - |
| XYZ | 40.38 | 56.56 | 75.81 | - |
| YUV | 173.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 219 | 0.68 | 0.00 | 0 | 0.14 | 180.4 | 0.67 | 0.57 |
| Hex | 46 | DA | DB | 44 | 0 | 0 | E | B4 | 43 | 39 |
| Octal | 106 | 332 | 333 | 104 | 0 | 0 | 16 | 264 | 103 | 71 |
| Binary | 1000110 | 11011010 | 11011011 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000011 | 111001 |
Color Harmonies of #46DADB
Complementary color
Monochromatic Colors of #46DADB
Black with #46DADB
Text Example
Text Example
White with #46DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DADB; }
p { color: rgb(70,218,219); }
H1.HeaderClassName
{
color: #46DADB;
}
.AnyTagClassName
{
color: #46DADB;
}
</style>
background-color css
<style>
a { background-color: #46DADB; }
a { background-color: rgb(70,218,219); }
div.DivClassName
{
background-color: #46DADB;
}
.BgClassName
{
background-color: #46DADB;
}
</style>
border-color css
<style>
span { border-color: #46DADB; }
span { border-color: rgb(70,218,219); }
td.TdClassName
{
border-color: #46DADB;
}
.TagClassName
{
border-color: #46DADB;
}
</style>