#46F4DB

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

Shades of Turquoise #46F4DB

Tints of Turquoise #46F4DB

Color information

#46F4DB (or 0x46F4DB) is unknown color: approx Turquoise. HEX triplet: 46, F4 and DB. RGB value is (70,244,219). Sum of RGB (Red+Green+Blue) = 70+244+219=533 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.13% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #46F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F4DB is #B90B24. Grayscale: #BDBDBD. Windows color (decimal): -12127013 or 14414918. OLE color: 14414918.

HSL color Cylindrical-coordinate representation of color #46F4DB: hue angle of 171.38º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F4DB is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB70244219-
CMYK0.7100.100.04
HSL171.38º88.78%61.57%-
HSV(B)171.38º71.31%95.69%-
XYZ47.6671.1278.23-
YUV189.12144.8543.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.13%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=13.13%
G=45.78%
B=41.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal702442190.7100.100.04171.3888.7861.57
Hex46F4DB470A4ab593e
Octal106364333107012425313176
Binary10001101111010011011011100011101010100101010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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