Shades of Turquoise #46EEDD
Tints of Turquoise #46EEDD
RGB
CMYK
RGB Variations
Color information
#46EEDD (or 0x46EEDD) is known color: Turquoise. HEX triplet: 46, EE and DD. RGB value is (70,238,221). Sum of RGB (Red+Green+Blue) = 70+238+221=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EEDD is #B91122. Grayscale: #B9B9B9. Windows color (decimal): -12128547 or 14544454. OLE color: 14544454.
HSL color Cylindrical-coordinate representation of color #46EEDD: hue angle of 173.93º 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 #46EEDD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 221 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.07 |
| HSL | 173.93º | 0.83% | 0.6% | - |
| HSV(B) | 173.93º | 0.71% | 0.93% | - |
| XYZ | 46.15 | 67.67 | 79.04 | - |
| YUV | 185.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 221 | 0.71 | 0 | 0.07 | 0.07 | 173.93 | 0.83 | 0.6 |
| Hex | 46 | EE | DD | 47 | 0 | 7 | 7 | AE | 53 | 3C |
| Octal | 106 | 356 | 335 | 107 | 0 | 7 | 7 | 256 | 123 | 74 |
| Binary | 1000110 | 11101110 | 11011101 | 1000111 | 0 | 111 | 111 | 10101110 | 1010011 | 111100 |
Color Harmonies of #46EEDD
Complementary color
Monochromatic Colors of #46EEDD
Black with #46EEDD
Text Example
Text Example
White with #46EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEDD; }
p { color: rgb(70,238,221); }
H1.HeaderClassName
{
color: #46EEDD;
}
.AnyTagClassName
{
color: #46EEDD;
}
</style>
background-color css
<style>
a { background-color: #46EEDD; }
a { background-color: rgb(70,238,221); }
div.DivClassName
{
background-color: #46EEDD;
}
.BgClassName
{
background-color: #46EEDD;
}
</style>
border-color css
<style>
span { border-color: #46EEDD; }
span { border-color: rgb(70,238,221); }
td.TdClassName
{
border-color: #46EEDD;
}
.TagClassName
{
border-color: #46EEDD;
}
</style>