Shades of Turquoise #46DCE6
Tints of Turquoise #46DCE6
RGB
CMYK
RGB Variations
Color information
#46DCE6 (or 0x46DCE6) is known color: Turquoise. HEX triplet: 46, DC and E6. RGB value is (70,220,230). Sum of RGB (Red+Green+Blue) = 70+220+230=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #46DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCE6 is #B92319. Grayscale: #B0B0B0. Windows color (decimal): -12133146 or 15129670. OLE color: 15129670.
HSL color Cylindrical-coordinate representation of color #46DCE6: hue angle of 183.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DCE6 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 220 | 230 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.10 |
| HSL | 183.75º | 0.76% | 0.59% | - |
| HSV(B) | 183.75º | 0.7% | 0.9% | - |
| XYZ | 42.4 | 58.2 | 83.86 | - |
| YUV | 176.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 230 | 0.70 | 0.04 | 0 | 0.10 | 183.75 | 0.76 | 0.59 |
| Hex | 46 | DC | E6 | 46 | 4 | 0 | A | B8 | 4C | 3B |
| Octal | 106 | 334 | 346 | 106 | 4 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000110 | 11011100 | 11100110 | 1000110 | 100 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #46DCE6
Complementary color
Monochromatic Colors of #46DCE6
Black with #46DCE6
Text Example
Text Example
White with #46DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCE6; }
p { color: rgb(70,220,230); }
H1.HeaderClassName
{
color: #46DCE6;
}
.AnyTagClassName
{
color: #46DCE6;
}
</style>
background-color css
<style>
a { background-color: #46DCE6; }
a { background-color: rgb(70,220,230); }
div.DivClassName
{
background-color: #46DCE6;
}
.BgClassName
{
background-color: #46DCE6;
}
</style>
border-color css
<style>
span { border-color: #46DCE6; }
span { border-color: rgb(70,220,230); }
td.TdClassName
{
border-color: #46DCE6;
}
.TagClassName
{
border-color: #46DCE6;
}
</style>