#46FBEA

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

Shades of Turquoise #46FBEA

Tints of Turquoise #46FBEA

Color information

#46FBEA (or 0x46FBEA) is unknown color: approx Turquoise. HEX triplet: 46, FB and EA. RGB value is (70,251,234). Sum of RGB (Red+Green+Blue) = 70+251+234=555 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.61% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FBEA is #B90415. Grayscale: #C2C2C2. Windows color (decimal): -12125206 or 15399750. OLE color: 15399750.

HSL color Cylindrical-coordinate representation of color #46FBEA: hue angle of 174.36º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FBEA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB70251234-
CMYK0.7200.070.02
HSL174.36º95.77%62.94%-
HSV(B)174.36º72.11%98.43%-
XYZ51.8776.2489.82-
YUV194.94150.0338.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.61%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=12.61%
G=45.23%
B=42.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702512340.7200.070.02174.3695.7762.94
Hex46FBEA48072ae603f
Octal10637335211007225614077
Binary100011011111011111010101001000011110101011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,251,234); }

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

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

 a { background-color: rgb(70,251,234); }

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

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

 span { border-color: rgb(70,251,234); }

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