#46DCD5

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

Shades of Turquoise #46DCD5

Tints of Turquoise #46DCD5

Color information

#46DCD5 (or 0x46DCD5) is unknown color: approx Turquoise. HEX triplet: 46, DC and D5. RGB value is (70,220,213). Sum of RGB (Red+Green+Blue) = 70+220+213=503 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.92% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCD5 is #B9232A. Grayscale: #AEAEAE. Windows color (decimal): -12133163 or 14015558. OLE color: 14015558.

HSL color Cylindrical-coordinate representation of color #46DCD5: hue angle of 177.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DCD5 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB70220213-
CMYK0.6800.030.14
HSL177.2º68.18%56.86%-
HSV(B)177.2º68.18%86.27%-
XYZ40.1357.2971.89-
YUV174.35149.853.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.92%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=13.92%
G=43.74%
B=42.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702202130.6800.030.14177.268.1856.86
Hex46DCD54403Eb14439
Octal106334325104031626110471
Binary1000110110111001101010110001000111110101100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,220,213); }

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

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

 a { background-color: rgb(70,220,213); }

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

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

 span { border-color: rgb(70,220,213); }

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