Shades of Turquoise #46EFE5
Tints of Turquoise #46EFE5
RGB
CMYK
RGB Variations
Color information
#46EFE5 (or 0x46EFE5) is known color: Turquoise. HEX triplet: 46, EF and E5. RGB value is (70,239,229). Sum of RGB (Red+Green+Blue) = 70+239+229=538 (71% of max value = 765). Red value is 70 (27.73% from 255 or 13.01% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #46EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EFE5 is #B9101A. Grayscale: #BBBBBB. Windows color (decimal): -12128283 or 15068998. OLE color: 15068998.
HSL color Cylindrical-coordinate representation of color #46EFE5: hue angle of 176.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EFE5 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 229 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.06 |
| HSL | 176.45º | 0.84% | 0.61% | - |
| HSV(B) | 176.45º | 0.71% | 0.94% | - |
| XYZ | 47.54 | 68.69 | 84.88 | - |
| YUV | 187.33 | 151.51 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 229 | 0.71 | 0 | 0.04 | 0.06 | 176.45 | 0.84 | 0.61 |
| Hex | 46 | EF | E5 | 47 | 0 | 4 | 6 | B0 | 54 | 3D |
| Octal | 106 | 357 | 345 | 107 | 0 | 4 | 6 | 260 | 124 | 75 |
| Binary | 1000110 | 11101111 | 11100101 | 1000111 | 0 | 100 | 110 | 10110000 | 1010100 | 111101 |
Color Harmonies of #46EFE5
Complementary color
Monochromatic Colors of #46EFE5
Black with #46EFE5
Text Example
Text Example
White with #46EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EFE5; }
p { color: rgb(70,239,229); }
H1.HeaderClassName
{
color: #46EFE5;
}
.AnyTagClassName
{
color: #46EFE5;
}
</style>
background-color css
<style>
a { background-color: #46EFE5; }
a { background-color: rgb(70,239,229); }
div.DivClassName
{
background-color: #46EFE5;
}
.BgClassName
{
background-color: #46EFE5;
}
</style>
border-color css
<style>
span { border-color: #46EFE5; }
span { border-color: rgb(70,239,229); }
td.TdClassName
{
border-color: #46EFE5;
}
.TagClassName
{
border-color: #46EFE5;
}
</style>