#46DEBD

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

Shades of Turquoise #46DEBD

Tints of Turquoise #46DEBD

Color information

#46DEBD (or 0x46DEBD) is unknown color: approx Turquoise. HEX triplet: 46, DE and BD. RGB value is (70,222,189). Sum of RGB (Red+Green+Blue) = 70+222+189=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEBD is #B92142. Grayscale: #ACACAC. Windows color (decimal): -12132675 or 12443206. OLE color: 12443206.

HSL color Cylindrical-coordinate representation of color #46DEBD: hue angle of 166.97º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DEBD is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB70222189-
CMYK0.6800.150.13
HSL166.97º69.72%57.25%-
HSV(B)166.97º68.47%87.06%-
XYZ37.8357.2257.19-
YUV172.79137.1454.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.55%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=14.55%
G=46.15%
B=39.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702221890.6800.150.13166.9769.7257.25
Hex46DEBD440FDa74639
Octal1063362751040171524710671
Binary100011011011110101111011000100011111101101001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,222,189); }

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

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

 a { background-color: rgb(70,222,189); }

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

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

 span { border-color: rgb(70,222,189); }

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