Shades of Turquoise #46E8F4
Tints of Turquoise #46E8F4
RGB
CMYK
RGB Variations
Color information
#46E8F4 (or 0x46E8F4) is known color: Turquoise. HEX triplet: 46, E8 and F4. RGB value is (70,232,244). Sum of RGB (Red+Green+Blue) = 70+232+244=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #46E8F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E8F4 is #B9170B. Grayscale: #B8B8B8. Windows color (decimal): -12130060 or 16050246. OLE color: 16050246.
HSL color Cylindrical-coordinate representation of color #46E8F4: hue angle of 184.14º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46E8F4 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 232 | 244 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.04 |
| HSL | 184.14º | 0.89% | 0.62% | - |
| HSV(B) | 184.14º | 0.71% | 0.96% | - |
| XYZ | 47.71 | 65.55 | 95.73 | - |
| YUV | 184.93 | 161.33 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 244 | 0.71 | 0.05 | 0 | 0.04 | 184.14 | 0.89 | 0.62 |
| Hex | 46 | E8 | F4 | 47 | 5 | 0 | 4 | B8 | 59 | 3E |
| Octal | 106 | 350 | 364 | 107 | 5 | 0 | 4 | 270 | 131 | 76 |
| Binary | 1000110 | 11101000 | 11110100 | 1000111 | 101 | 0 | 100 | 10111000 | 1011001 | 111110 |
Color Harmonies of #46E8F4
Complementary color
Monochromatic Colors of #46E8F4
Black with #46E8F4
Text Example
Text Example
White with #46E8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E8F4; }
p { color: rgb(70,232,244); }
H1.HeaderClassName
{
color: #46E8F4;
}
.AnyTagClassName
{
color: #46E8F4;
}
</style>
background-color css
<style>
a { background-color: #46E8F4; }
a { background-color: rgb(70,232,244); }
div.DivClassName
{
background-color: #46E8F4;
}
.BgClassName
{
background-color: #46E8F4;
}
</style>
border-color css
<style>
span { border-color: #46E8F4; }
span { border-color: rgb(70,232,244); }
td.TdClassName
{
border-color: #46E8F4;
}
.TagClassName
{
border-color: #46E8F4;
}
</style>