#46DDC6

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

Shades of Turquoise #46DDC6

Tints of Turquoise #46DDC6

Color information

#46DDC6 (or 0x46DDC6) is unknown color: approx Turquoise. HEX triplet: 46, DD and C6. RGB value is (70,221,198). Sum of RGB (Red+Green+Blue) = 70+221+198=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDC6 is #B92239. Grayscale: #ADADAD. Windows color (decimal): -12132922 or 13032774. OLE color: 13032774.

HSL color Cylindrical-coordinate representation of color #46DDC6: hue angle of 170.86º degrees, saturation: 0.69, 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 #46DDC6 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB70221198-
CMYK0.6800.100.13
HSL170.86º68.95%57.06%-
HSV(B)170.86º68.33%86.67%-
XYZ38.5857.0962.41-
YUV173.23141.9754.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.31%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=14.31%
G=45.19%
B=40.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702211980.6800.100.13170.8668.9557.06
Hex46DDC6440ADab4539
Octal1063353061040121525310571
Binary100011011011101110001101000100010101101101010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,221,198); }

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

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

 a { background-color: rgb(70,221,198); }

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

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

 span { border-color: rgb(70,221,198); }

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