Shades of Turquoise #46DFE3
Tints of Turquoise #46DFE3
RGB
CMYK
RGB Variations
Color information
#46DFE3 (or 0x46DFE3) is known color: Turquoise. HEX triplet: 46, DF and E3. RGB value is (70,223,227). Sum of RGB (Red+Green+Blue) = 70+223+227=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #46DFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFE3 is #B9201C. Grayscale: #B1B1B1. Windows color (decimal): -12132381 or 14933830. OLE color: 14933830.
HSL color Cylindrical-coordinate representation of color #46DFE3: hue angle of 181.53º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFE3 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 223 | 227 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.11 |
| HSL | 181.53º | 0.74% | 0.58% | - |
| HSV(B) | 181.53º | 0.69% | 0.89% | - |
| XYZ | 42.78 | 59.62 | 81.93 | - |
| YUV | 177.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 227 | 0.69 | 0.02 | 0 | 0.11 | 181.53 | 0.74 | 0.58 |
| Hex | 46 | DF | E3 | 45 | 2 | 0 | B | B6 | 4A | 3A |
| Octal | 106 | 337 | 343 | 105 | 2 | 0 | 13 | 266 | 112 | 72 |
| Binary | 1000110 | 11011111 | 11100011 | 1000101 | 10 | 0 | 1011 | 10110110 | 1001010 | 111010 |
Color Harmonies of #46DFE3
Complementary color
Monochromatic Colors of #46DFE3
Black with #46DFE3
Text Example
Text Example
White with #46DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFE3; }
p { color: rgb(70,223,227); }
H1.HeaderClassName
{
color: #46DFE3;
}
.AnyTagClassName
{
color: #46DFE3;
}
</style>
background-color css
<style>
a { background-color: #46DFE3; }
a { background-color: rgb(70,223,227); }
div.DivClassName
{
background-color: #46DFE3;
}
.BgClassName
{
background-color: #46DFE3;
}
</style>
border-color css
<style>
span { border-color: #46DFE3; }
span { border-color: rgb(70,223,227); }
td.TdClassName
{
border-color: #46DFE3;
}
.TagClassName
{
border-color: #46DFE3;
}
</style>