Shades of Turquoise #46DBDC
Tints of Turquoise #46DBDC
RGB
CMYK
RGB Variations
Color information
#46DBDC (or 0x46DBDC) is known color: Turquoise. HEX triplet: 46, DB and DC. RGB value is (70,219,220). Sum of RGB (Red+Green+Blue) = 70+219+220=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #46DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBDC is #B92423. Grayscale: #AEAEAE. Windows color (decimal): -12133412 or 14474054. OLE color: 14474054.
HSL color Cylindrical-coordinate representation of color #46DBDC: hue angle of 180.4º degrees, saturation: 0.68, 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 #46DBDC is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 220 | - |
| CMYK | 0.68 | 0.00 | 0 | 0.14 |
| HSL | 180.4º | 0.68% | 0.57% | - |
| HSV(B) | 180.4º | 0.68% | 0.86% | - |
| XYZ | 40.78 | 57.13 | 76.59 | - |
| YUV | 174.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 220 | 0.68 | 0.00 | 0 | 0.14 | 180.4 | 0.68 | 0.57 |
| Hex | 46 | DB | DC | 44 | 0 | 0 | E | B4 | 44 | 39 |
| Octal | 106 | 333 | 334 | 104 | 0 | 0 | 16 | 264 | 104 | 71 |
| Binary | 1000110 | 11011011 | 11011100 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000100 | 111001 |
Color Harmonies of #46DBDC
Complementary color
Monochromatic Colors of #46DBDC
Black with #46DBDC
Text Example
Text Example
White with #46DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBDC; }
p { color: rgb(70,219,220); }
H1.HeaderClassName
{
color: #46DBDC;
}
.AnyTagClassName
{
color: #46DBDC;
}
</style>
background-color css
<style>
a { background-color: #46DBDC; }
a { background-color: rgb(70,219,220); }
div.DivClassName
{
background-color: #46DBDC;
}
.BgClassName
{
background-color: #46DBDC;
}
</style>
border-color css
<style>
span { border-color: #46DBDC; }
span { border-color: rgb(70,219,220); }
td.TdClassName
{
border-color: #46DBDC;
}
.TagClassName
{
border-color: #46DBDC;
}
</style>