Shades of Turquoise #46DBD4
Tints of Turquoise #46DBD4
RGB
CMYK
RGB Variations
Color information
#46DBD4 (or 0x46DBD4) is known color: Turquoise. HEX triplet: 46, DB and D4. RGB value is (70,219,212). Sum of RGB (Red+Green+Blue) = 70+219+212=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBD4 is #B9242B. Grayscale: #ADADAD. Windows color (decimal): -12133420 or 13949766. OLE color: 13949766.
HSL color Cylindrical-coordinate representation of color #46DBD4: hue angle of 177.18º 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 #46DBD4 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 212 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.14 |
| HSL | 177.18º | 0.67% | 0.57% | - |
| HSV(B) | 177.18º | 0.68% | 0.86% | - |
| XYZ | 39.74 | 56.72 | 71.14 | - |
| YUV | 173.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 212 | 0.68 | 0 | 0.03 | 0.14 | 177.18 | 0.67 | 0.57 |
| Hex | 46 | DB | D4 | 44 | 0 | 3 | E | B1 | 43 | 39 |
| Octal | 106 | 333 | 324 | 104 | 0 | 3 | 16 | 261 | 103 | 71 |
| Binary | 1000110 | 11011011 | 11010100 | 1000100 | 0 | 11 | 1110 | 10110001 | 1000011 | 111001 |
Color Harmonies of #46DBD4
Complementary color
Monochromatic Colors of #46DBD4
Black with #46DBD4
Text Example
Text Example
White with #46DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBD4; }
p { color: rgb(70,219,212); }
H1.HeaderClassName
{
color: #46DBD4;
}
.AnyTagClassName
{
color: #46DBD4;
}
</style>
background-color css
<style>
a { background-color: #46DBD4; }
a { background-color: rgb(70,219,212); }
div.DivClassName
{
background-color: #46DBD4;
}
.BgClassName
{
background-color: #46DBD4;
}
</style>
border-color css
<style>
span { border-color: #46DBD4; }
span { border-color: rgb(70,219,212); }
td.TdClassName
{
border-color: #46DBD4;
}
.TagClassName
{
border-color: #46DBD4;
}
</style>