#32D7C6

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

Shades of Turquoise #32D7C6

Tints of Turquoise #32D7C6

Color information

#32D7C6 (or 0x32D7C6) is unknown color: approx Turquoise. HEX triplet: 32, D7 and C6. RGB value is (50,215,198). Sum of RGB (Red+Green+Blue) = 50+215+198=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D7C6 is #CD2839. Grayscale: #A3A3A3. Windows color (decimal): -13445178 or 13031218. OLE color: 13031218.

HSL color Cylindrical-coordinate representation of color #32D7C6: hue angle of 173.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D7C6 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB50215198-
CMYK0.7700.080.16
HSL173.82º67.35%51.96%-
HSV(B)173.82º76.74%84.31%-
XYZ35.8153.3661.84-
YUV163.73147.3446.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.80%
GREEN value IS 215 (84.38% from 255) = 46.44%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=10.80%
G=46.44%
B=42.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal502151980.7700.080.16173.8267.3551.96
Hex32D7C64D0810ae4334
Octal623273061150102025610364
Binary110010110101111100011010011010100010000101011101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,215,198); }

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

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

 a { background-color: rgb(50,215,198); }

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

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

 span { border-color: rgb(50,215,198); }

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