Shades of Turquoise #46DEE0
Tints of Turquoise #46DEE0
RGB
CMYK
RGB Variations
Color information
#46DEE0 (or 0x46DEE0) is known color: Turquoise. HEX triplet: 46, DE and E0. RGB value is (70,222,224). Sum of RGB (Red+Green+Blue) = 70+222+224=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #46DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEE0 is #B9211F. Grayscale: #B0B0B0. Windows color (decimal): -12132640 or 14736966. OLE color: 14736966.
HSL color Cylindrical-coordinate representation of color #46DEE0: hue angle of 180.78º degrees, saturation: 0.71, 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 #46DEE0 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 222 | 224 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.12 |
| HSL | 180.78º | 0.71% | 0.58% | - |
| HSV(B) | 180.78º | 0.69% | 0.88% | - |
| XYZ | 42.1 | 58.93 | 79.68 | - |
| YUV | 176.78 | 154.64 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 224 | 0.69 | 0.01 | 0 | 0.12 | 180.78 | 0.71 | 0.58 |
| Hex | 46 | DE | E0 | 45 | 1 | 0 | C | B5 | 47 | 3A |
| Octal | 106 | 336 | 340 | 105 | 1 | 0 | 14 | 265 | 107 | 72 |
| Binary | 1000110 | 11011110 | 11100000 | 1000101 | 1 | 0 | 1100 | 10110101 | 1000111 | 111010 |
Color Harmonies of #46DEE0
Complementary color
Monochromatic Colors of #46DEE0
Black with #46DEE0
Text Example
Text Example
White with #46DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEE0; }
p { color: rgb(70,222,224); }
H1.HeaderClassName
{
color: #46DEE0;
}
.AnyTagClassName
{
color: #46DEE0;
}
</style>
background-color css
<style>
a { background-color: #46DEE0; }
a { background-color: rgb(70,222,224); }
div.DivClassName
{
background-color: #46DEE0;
}
.BgClassName
{
background-color: #46DEE0;
}
</style>
border-color css
<style>
span { border-color: #46DEE0; }
span { border-color: rgb(70,222,224); }
td.TdClassName
{
border-color: #46DEE0;
}
.TagClassName
{
border-color: #46DEE0;
}
</style>