#32D4BA

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

Shades of Turquoise #32D4BA

Tints of Turquoise #32D4BA

Color information

#32D4BA (or 0x32D4BA) is unknown color: approx Turquoise. HEX triplet: 32, D4 and BA. RGB value is (50,212,186). Sum of RGB (Red+Green+Blue) = 50+212+186=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #32D4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4BA is #CD2B45. Grayscale: #A0A0A0. Windows color (decimal): -13445958 or 12244018. OLE color: 12244018.

HSL color Cylindrical-coordinate representation of color #32D4BA: hue angle of 170.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D4BA is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB50212186-
CMYK0.7600.120.17
HSL170.37º65.32%51.37%-
HSV(B)170.37º76.42%83.14%-
XYZ33.7251.3154.58-
YUV160.6142.3349.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.16%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=11.16%
G=47.32%
B=41.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal502121860.7600.120.17170.3765.3251.37
Hex32D4BA4C0C11aa4133
Octal623242721140142125210163
Binary110010110101001011101010011000110010001101010101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32D4BA; }

 p { color: rgb(50,212,186); }

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

<style>
 a { background-color: #32D4BA; }

 a { background-color: rgb(50,212,186); }

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

<style>
 span { border-color: #32D4BA; }

 span { border-color: rgb(50,212,186); }

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