Shades of Turquoise #46DBB4
Tints of Turquoise #46DBB4
RGB
CMYK
RGB Variations
Color information
#46DBB4 (or 0x46DBB4) is known color: Turquoise. HEX triplet: 46, DB and B4. RGB value is (70,219,180). Sum of RGB (Red+Green+Blue) = 70+219+180=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBB4 is #B9244B. Grayscale: #AAAAAA. Windows color (decimal): -12133452 or 11852614. OLE color: 11852614.
HSL color Cylindrical-coordinate representation of color #46DBB4: hue angle of 164.3º 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 #46DBB4 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 180 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.14 |
| HSL | 164.3º | 0.67% | 0.57% | - |
| HSV(B) | 164.3º | 0.68% | 0.86% | - |
| XYZ | 36.1 | 55.26 | 51.94 | - |
| YUV | 170 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 180 | 0.68 | 0 | 0.18 | 0.14 | 164.3 | 0.67 | 0.57 |
| Hex | 46 | DB | B4 | 44 | 0 | 12 | E | A4 | 43 | 39 |
| Octal | 106 | 333 | 264 | 104 | 0 | 22 | 16 | 244 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10110100 | 1000100 | 0 | 10010 | 1110 | 10100100 | 1000011 | 111001 |
Color Harmonies of #46DBB4
Complementary color
Monochromatic Colors of #46DBB4
Black with #46DBB4
Text Example
Text Example
White with #46DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBB4; }
p { color: rgb(70,219,180); }
H1.HeaderClassName
{
color: #46DBB4;
}
.AnyTagClassName
{
color: #46DBB4;
}
</style>
background-color css
<style>
a { background-color: #46DBB4; }
a { background-color: rgb(70,219,180); }
div.DivClassName
{
background-color: #46DBB4;
}
.BgClassName
{
background-color: #46DBB4;
}
</style>
border-color css
<style>
span { border-color: #46DBB4; }
span { border-color: rgb(70,219,180); }
td.TdClassName
{
border-color: #46DBB4;
}
.TagClassName
{
border-color: #46DBB4;
}
</style>