Shades of Turquoise #46DCCC
Tints of Turquoise #46DCCC
RGB
CMYK
RGB Variations
Color information
#46DCCC (or 0x46DCCC) is known color: Turquoise. HEX triplet: 46, DC and CC. RGB value is (70,220,204). Sum of RGB (Red+Green+Blue) = 70+220+204=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCCC is #B92333. Grayscale: #ADADAD. Windows color (decimal): -12133172 or 13425734. OLE color: 13425734.
HSL color Cylindrical-coordinate representation of color #46DCCC: hue angle of 173.6º 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 #46DCCC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 204 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.14 |
| HSL | 173.6º | 0.68% | 0.57% | - |
| HSV(B) | 173.6º | 0.68% | 0.86% | - |
| XYZ | 39.02 | 56.85 | 66.04 | - |
| YUV | 173.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 204 | 0.68 | 0 | 0.07 | 0.14 | 173.6 | 0.68 | 0.57 |
| Hex | 46 | DC | CC | 44 | 0 | 7 | E | AE | 44 | 39 |
| Octal | 106 | 334 | 314 | 104 | 0 | 7 | 16 | 256 | 104 | 71 |
| Binary | 1000110 | 11011100 | 11001100 | 1000100 | 0 | 111 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #46DCCC
Complementary color
Monochromatic Colors of #46DCCC
Black with #46DCCC
Text Example
Text Example
White with #46DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCCC; }
p { color: rgb(70,220,204); }
H1.HeaderClassName
{
color: #46DCCC;
}
.AnyTagClassName
{
color: #46DCCC;
}
</style>
background-color css
<style>
a { background-color: #46DCCC; }
a { background-color: rgb(70,220,204); }
div.DivClassName
{
background-color: #46DCCC;
}
.BgClassName
{
background-color: #46DCCC;
}
</style>
border-color css
<style>
span { border-color: #46DCCC; }
span { border-color: rgb(70,220,204); }
td.TdClassName
{
border-color: #46DCCC;
}
.TagClassName
{
border-color: #46DCCC;
}
</style>