#46f2e9

Color #46F2E9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #46F2E9

Tints of Turquoise #46F2E9

Color information

#46F2E9 (or 0x46F2E9) is unknown color: approx Turquoise. HEX triplet: 46, F2 and E9. RGB value is (70,242,233). Sum of RGB (Red+Green+Blue) = 70+242+233=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #46F2E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F2E9 is #B90D16. Grayscale: #BDBDBD. Windows color (decimal): -12127511 or 15331910. OLE color: 15331910.

HSL color Cylindrical-coordinate representation of color #46F2E9: hue angle of 176.86º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F2E9 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB70242233-
CMYK0.7100.040.05
HSL176.86º86.87%61.18%-
HSV(B)176.86º71.07%94.9%-
XYZ48.9970.6988.15-
YUV189.55152.5242.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 12.84%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=12.84%
G=44.40%
B=42.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal702422330.7100.040.05176.8686.8761.18
Hex46F2E947045b1573d
Octal10636235110704526112775
Binary1000110111100101110100110001110100101101100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46f2e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46f2e9; }

 p { color: rgb(70,242,233); }

 H1.HeaderClassName
 {
   color: #46f2e9;
 }
 .AnyTagClassName
 {
   color: #46f2e9;
 }
</style>
background-color css

<style>
 a { background-color: #46f2e9; }

 a { background-color: rgb(70,242,233); }

 div.DivClassName
 {
   background-color: #46f2e9;
 }
 .BgClassName
 {
   background-color: #46f2e9;
 }
</style>
border-color css

<style>
 span { border-color: #46f2e9; }

 span { border-color: rgb(70,242,233); }

 td.TdClassName
 {
   border-color: #46f2e9;
 }
 .TagClassName
 {
   border-color: #46f2e9;
 }
</style>