#46F6D6

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

Shades of Turquoise #46F6D6

Tints of Turquoise #46F6D6

Color information

#46F6D6 (or 0x46F6D6) is unknown color: approx Turquoise. HEX triplet: 46, F6 and D6. RGB value is (70,246,214). Sum of RGB (Red+Green+Blue) = 70+246+214=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #46F6D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F6D6 is #B90929. Grayscale: #BDBDBD. Windows color (decimal): -12126506 or 14087750. OLE color: 14087750.

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

Color convert

RGB70246214-
CMYK0.7200.130.04
HSL169.09º90.72%61.96%-
HSV(B)169.09º71.54%96.47%-
XYZ47.6272.0775.02-
YUV189.73141.6942.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.21%
GREEN value IS 246 (96.48% from 255) = 46.42%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=13.21%
G=46.42%
B=40.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal702462140.7200.130.04169.0990.7261.96
Hex46F6D6480D4a95b3e
Octal106366326110015425113376
Binary10001101111011011010110100100001101100101010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,246,214); }

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

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

 a { background-color: rgb(70,246,214); }

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

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

 span { border-color: rgb(70,246,214); }

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