Shades of Turquoise #46DFDC
Tints of Turquoise #46DFDC
RGB
CMYK
RGB Variations
Color information
#46DFDC (or 0x46DFDC) is known color: Turquoise. HEX triplet: 46, DF and DC. RGB value is (70,223,220). Sum of RGB (Red+Green+Blue) = 70+223+220=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFDC is #B92023. Grayscale: #B0B0B0. Windows color (decimal): -12132388 or 14475078. OLE color: 14475078.
HSL color Cylindrical-coordinate representation of color #46DFDC: hue angle of 178.82º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFDC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 220 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.13 |
| HSL | 178.82º | 0.71% | 0.57% | - |
| HSV(B) | 178.82º | 0.69% | 0.87% | - |
| XYZ | 41.83 | 59.24 | 76.94 | - |
| YUV | 176.91 | 152.31 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 220 | 0.69 | 0 | 0.01 | 0.13 | 178.82 | 0.71 | 0.57 |
| Hex | 46 | DF | DC | 45 | 0 | 1 | D | B3 | 47 | 39 |
| Octal | 106 | 337 | 334 | 105 | 0 | 1 | 15 | 263 | 107 | 71 |
| Binary | 1000110 | 11011111 | 11011100 | 1000101 | 0 | 1 | 1101 | 10110011 | 1000111 | 111001 |
Color Harmonies of #46DFDC
Complementary color
Monochromatic Colors of #46DFDC
Black with #46DFDC
Text Example
Text Example
White with #46DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFDC; }
p { color: rgb(70,223,220); }
H1.HeaderClassName
{
color: #46DFDC;
}
.AnyTagClassName
{
color: #46DFDC;
}
</style>
background-color css
<style>
a { background-color: #46DFDC; }
a { background-color: rgb(70,223,220); }
div.DivClassName
{
background-color: #46DFDC;
}
.BgClassName
{
background-color: #46DFDC;
}
</style>
border-color css
<style>
span { border-color: #46DFDC; }
span { border-color: rgb(70,223,220); }
td.TdClassName
{
border-color: #46DFDC;
}
.TagClassName
{
border-color: #46DFDC;
}
</style>