#46ECEB

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

Shades of Turquoise #46ECEB

Tints of Turquoise #46ECEB

Color information

#46ECEB (or 0x46ECEB) is unknown color: approx Turquoise. HEX triplet: 46, EC and EB. RGB value is (70,236,235). Sum of RGB (Red+Green+Blue) = 70+236+235=541 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.94% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46ECEB is #B91314. Grayscale: #BABABA. Windows color (decimal): -12129045 or 15461446. OLE color: 15461446.

HSL color Cylindrical-coordinate representation of color #46ECEB: hue angle of 179.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECEB is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB70236235-
CMYK0.7000.000.07
HSL179.64º81.37%60%-
HSV(B)179.64º70.34%92.55%-
XYZ47.5267.2989.08-
YUV186.25155.545.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.94%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=12.94%
G=43.62%
B=43.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal702362350.7000.000.07179.6481.3760
Hex46ECEB46007b4513c
Octal10635435310600726412174
Binary10001101110110011101011100011000111101101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,236,235); }

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

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

 a { background-color: rgb(70,236,235); }

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

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

 span { border-color: rgb(70,236,235); }

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