#46DDC3

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

Shades of Turquoise #46DDC3

Tints of Turquoise #46DDC3

Color information

#46DDC3 (or 0x46DDC3) is unknown color: approx Turquoise. HEX triplet: 46, DD and C3. RGB value is (70,221,195). Sum of RGB (Red+Green+Blue) = 70+221+195=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDC3 is #B9223C. Grayscale: #ACACAC. Windows color (decimal): -12132925 or 12836166. OLE color: 12836166.

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

Color convert

RGB70221195-
CMYK0.6800.120.13
HSL169.67º68.95%57.06%-
HSV(B)169.67º68.33%86.67%-
XYZ38.2356.9660.61-
YUV172.89140.4754.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.40%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=14.40%
G=45.47%
B=40.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702211950.6800.120.13169.6768.9557.06
Hex46DDC3440CDaa4539
Octal1063353031040141525210571
Binary100011011011101110000111000100011001101101010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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