Shades of Turquoise #46DFE1
Tints of Turquoise #46DFE1
RGB
CMYK
RGB Variations
Color information
#46DFE1 (or 0x46DFE1) is known color: Turquoise. HEX triplet: 46, DF and E1. RGB value is (70,223,225). Sum of RGB (Red+Green+Blue) = 70+223+225=518 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.51% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #46DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFE1 is #B9201E. Grayscale: #B1B1B1. Windows color (decimal): -12132383 or 14802758. OLE color: 14802758.
HSL color Cylindrical-coordinate representation of color #46DFE1: hue angle of 180.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFE1 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 223 | 225 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.12 |
| HSL | 180.77º | 0.72% | 0.58% | - |
| HSV(B) | 180.77º | 0.69% | 0.88% | - |
| XYZ | 42.5 | 59.51 | 80.48 | - |
| YUV | 177.48 | 154.81 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 225 | 0.69 | 0.01 | 0 | 0.12 | 180.77 | 0.72 | 0.58 |
| Hex | 46 | DF | E1 | 45 | 1 | 0 | C | B5 | 48 | 3A |
| Octal | 106 | 337 | 341 | 105 | 1 | 0 | 14 | 265 | 110 | 72 |
| Binary | 1000110 | 11011111 | 11100001 | 1000101 | 1 | 0 | 1100 | 10110101 | 1001000 | 111010 |
Color Harmonies of #46DFE1
Complementary color
Monochromatic Colors of #46DFE1
Black with #46DFE1
Text Example
Text Example
White with #46DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFE1; }
p { color: rgb(70,223,225); }
H1.HeaderClassName
{
color: #46DFE1;
}
.AnyTagClassName
{
color: #46DFE1;
}
</style>
background-color css
<style>
a { background-color: #46DFE1; }
a { background-color: rgb(70,223,225); }
div.DivClassName
{
background-color: #46DFE1;
}
.BgClassName
{
background-color: #46DFE1;
}
</style>
border-color css
<style>
span { border-color: #46DFE1; }
span { border-color: rgb(70,223,225); }
td.TdClassName
{
border-color: #46DFE1;
}
.TagClassName
{
border-color: #46DFE1;
}
</style>