Shades of Turquoise #46EEED
Tints of Turquoise #46EEED
RGB
CMYK
RGB Variations
Color information
#46EEED (or 0x46EEED) is known color: Turquoise. HEX triplet: 46, EE and ED. RGB value is (70,238,237). Sum of RGB (Red+Green+Blue) = 70+238+237=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEED is #B91112. Grayscale: #BBBBBB. Windows color (decimal): -12128531 or 15593030. OLE color: 15593030.
HSL color Cylindrical-coordinate representation of color #46EEED: hue angle of 179.64º 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 #46EEED is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 237 | - |
| CMYK | 0.71 | 0 | 0.00 | 0.07 |
| HSL | 179.64º | 0.83% | 0.6% | - |
| HSV(B) | 179.64º | 0.71% | 0.93% | - |
| XYZ | 48.39 | 68.57 | 90.81 | - |
| YUV | 187.65 | 155.84 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 237 | 0.71 | 0 | 0.00 | 0.07 | 179.64 | 0.83 | 0.6 |
| Hex | 46 | EE | ED | 47 | 0 | 0 | 7 | B4 | 53 | 3C |
| Octal | 106 | 356 | 355 | 107 | 0 | 0 | 7 | 264 | 123 | 74 |
| Binary | 1000110 | 11101110 | 11101101 | 1000111 | 0 | 0 | 111 | 10110100 | 1010011 | 111100 |
Color Harmonies of #46EEED
Complementary color
Monochromatic Colors of #46EEED
Black with #46EEED
Text Example
Text Example
White with #46EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEED; }
p { color: rgb(70,238,237); }
H1.HeaderClassName
{
color: #46EEED;
}
.AnyTagClassName
{
color: #46EEED;
}
</style>
background-color css
<style>
a { background-color: #46EEED; }
a { background-color: rgb(70,238,237); }
div.DivClassName
{
background-color: #46EEED;
}
.BgClassName
{
background-color: #46EEED;
}
</style>
border-color css
<style>
span { border-color: #46EEED; }
span { border-color: rgb(70,238,237); }
td.TdClassName
{
border-color: #46EEED;
}
.TagClassName
{
border-color: #46EEED;
}
</style>