#46E5DB

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

Shades of Turquoise #46E5DB

Tints of Turquoise #46E5DB

Color information

#46E5DB (or 0x46E5DB) is unknown color: approx Turquoise. HEX triplet: 46, E5 and DB. RGB value is (70,229,219). Sum of RGB (Red+Green+Blue) = 70+229+219=518 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.51% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #46E5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E5DB is #B91A24. Grayscale: #B4B4B4. Windows color (decimal): -12130853 or 14411078. OLE color: 14411078.

HSL color Cylindrical-coordinate representation of color #46E5DB: hue angle of 176.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E5DB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB70229219-
CMYK0.6900.040.10
HSL176.23º75.36%58.63%-
HSV(B)176.23º69.43%89.8%-
XYZ43.3362.4676.79-
YUV180.32149.8249.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.51%
GREEN value IS 229 (89.84% from 255) = 44.21%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=13.51%
G=44.21%
B=42.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal702292190.6900.040.10176.2375.3658.63
Hex46E5DB4504Ab04b3b
Octal106345333105041226011373
Binary10001101110010111011011100010101001010101100001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,229,219); }

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

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

 a { background-color: rgb(70,229,219); }

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

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

 span { border-color: rgb(70,229,219); }

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