Shades of Turquoise #46DDB4
Tints of Turquoise #46DDB4
RGB
CMYK
RGB Variations
Color information
#46DDB4 (or 0x46DDB4) is known color: Turquoise. HEX triplet: 46, DD and B4. RGB value is (70,221,180). Sum of RGB (Red+Green+Blue) = 70+221+180=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDB4 is #B9224B. Grayscale: #ABABAB. Windows color (decimal): -12132940 or 11853126. OLE color: 11853126.
HSL color Cylindrical-coordinate representation of color #46DDB4: hue angle of 163.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDB4 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 180 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.13 |
| HSL | 163.71º | 0.69% | 0.57% | - |
| HSV(B) | 163.71º | 0.68% | 0.87% | - |
| XYZ | 36.62 | 56.31 | 52.12 | - |
| YUV | 171.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 180 | 0.68 | 0 | 0.19 | 0.13 | 163.71 | 0.69 | 0.57 |
| Hex | 46 | DD | B4 | 44 | 0 | 13 | D | A4 | 45 | 39 |
| Octal | 106 | 335 | 264 | 104 | 0 | 23 | 15 | 244 | 105 | 71 |
| Binary | 1000110 | 11011101 | 10110100 | 1000100 | 0 | 10011 | 1101 | 10100100 | 1000101 | 111001 |
Color Harmonies of #46DDB4
Complementary color
Monochromatic Colors of #46DDB4
Black with #46DDB4
Text Example
Text Example
White with #46DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDB4; }
p { color: rgb(70,221,180); }
H1.HeaderClassName
{
color: #46DDB4;
}
.AnyTagClassName
{
color: #46DDB4;
}
</style>
background-color css
<style>
a { background-color: #46DDB4; }
a { background-color: rgb(70,221,180); }
div.DivClassName
{
background-color: #46DDB4;
}
.BgClassName
{
background-color: #46DDB4;
}
</style>
border-color css
<style>
span { border-color: #46DDB4; }
span { border-color: rgb(70,221,180); }
td.TdClassName
{
border-color: #46DDB4;
}
.TagClassName
{
border-color: #46DDB4;
}
</style>