Shades of Turquoise #46EEDB
Tints of Turquoise #46EEDB
RGB
CMYK
RGB Variations
Color information
#46EEDB (or 0x46EEDB) is known color: Turquoise. HEX triplet: 46, EE and DB. RGB value is (70,238,219). Sum of RGB (Red+Green+Blue) = 70+238+219=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EEDB is #B91124. Grayscale: #B9B9B9. Windows color (decimal): -12128549 or 14413382. OLE color: 14413382.
HSL color Cylindrical-coordinate representation of color #46EEDB: hue angle of 173.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEDB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 219 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.07 |
| HSL | 173.21º | 0.83% | 0.6% | - |
| HSV(B) | 173.21º | 0.71% | 0.93% | - |
| XYZ | 45.89 | 67.57 | 77.64 | - |
| YUV | 185.6 | 146.84 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 219 | 0.71 | 0 | 0.08 | 0.07 | 173.21 | 0.83 | 0.6 |
| Hex | 46 | EE | DB | 47 | 0 | 8 | 7 | AD | 53 | 3C |
| Octal | 106 | 356 | 333 | 107 | 0 | 10 | 7 | 255 | 123 | 74 |
| Binary | 1000110 | 11101110 | 11011011 | 1000111 | 0 | 1000 | 111 | 10101101 | 1010011 | 111100 |
Color Harmonies of #46EEDB
Complementary color
Monochromatic Colors of #46EEDB
Black with #46EEDB
Text Example
Text Example
White with #46EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEDB; }
p { color: rgb(70,238,219); }
H1.HeaderClassName
{
color: #46EEDB;
}
.AnyTagClassName
{
color: #46EEDB;
}
</style>
background-color css
<style>
a { background-color: #46EEDB; }
a { background-color: rgb(70,238,219); }
div.DivClassName
{
background-color: #46EEDB;
}
.BgClassName
{
background-color: #46EEDB;
}
</style>
border-color css
<style>
span { border-color: #46EEDB; }
span { border-color: rgb(70,238,219); }
td.TdClassName
{
border-color: #46EEDB;
}
.TagClassName
{
border-color: #46EEDB;
}
</style>