#46EBDA

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

Shades of Turquoise #46EBDA

Tints of Turquoise #46EBDA

Color information

#46EBDA (or 0x46EBDA) is unknown color: approx Turquoise. HEX triplet: 46, EB and DA. RGB value is (70,235,218). Sum of RGB (Red+Green+Blue) = 70+235+218=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #46EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EBDA is #B91425. Grayscale: #B7B7B7. Windows color (decimal): -12129318 or 14347078. OLE color: 14347078.

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

Color convert

RGB70235218-
CMYK0.7000.070.08
HSL173.82º80.49%59.8%-
HSV(B)173.82º70.21%92.16%-
XYZ44.8965.7876.66-
YUV183.73147.3446.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.38%
GREEN value IS 235 (92.19% from 255) = 44.93%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=13.38%
G=44.93%
B=41.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal702352180.7000.070.08173.8280.4959.8
Hex46EBDA46078ae503c
Octal106353332106071025612074
Binary10001101110101111011010100011001111000101011101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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