Shades of Turquoise #46DBC2
Tints of Turquoise #46DBC2
RGB
CMYK
RGB Variations
Color information
#46DBC2 (or 0x46DBC2) is known color: Turquoise. HEX triplet: 46, DB and C2. RGB value is (70,219,194). Sum of RGB (Red+Green+Blue) = 70+219+194=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBC2 is #B9243D. Grayscale: #ABABAB. Windows color (decimal): -12133438 or 12770118. OLE color: 12770118.
HSL color Cylindrical-coordinate representation of color #46DBC2: hue angle of 169.93º 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 #46DBC2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 194 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.14 |
| HSL | 169.93º | 0.67% | 0.57% | - |
| HSV(B) | 169.93º | 0.68% | 0.86% | - |
| XYZ | 37.59 | 55.86 | 59.84 | - |
| YUV | 171.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 194 | 0.68 | 0 | 0.11 | 0.14 | 169.93 | 0.67 | 0.57 |
| Hex | 46 | DB | C2 | 44 | 0 | B | E | AA | 43 | 39 |
| Octal | 106 | 333 | 302 | 104 | 0 | 13 | 16 | 252 | 103 | 71 |
| Binary | 1000110 | 11011011 | 11000010 | 1000100 | 0 | 1011 | 1110 | 10101010 | 1000011 | 111001 |
Color Harmonies of #46DBC2
Complementary color
Monochromatic Colors of #46DBC2
Black with #46DBC2
Text Example
Text Example
White with #46DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBC2; }
p { color: rgb(70,219,194); }
H1.HeaderClassName
{
color: #46DBC2;
}
.AnyTagClassName
{
color: #46DBC2;
}
</style>
background-color css
<style>
a { background-color: #46DBC2; }
a { background-color: rgb(70,219,194); }
div.DivClassName
{
background-color: #46DBC2;
}
.BgClassName
{
background-color: #46DBC2;
}
</style>
border-color css
<style>
span { border-color: #46DBC2; }
span { border-color: rgb(70,219,194); }
td.TdClassName
{
border-color: #46DBC2;
}
.TagClassName
{
border-color: #46DBC2;
}
</style>