#32C1C9

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

Shades of Medium Turquoise #32C1C9

Tints of Medium Turquoise #32C1C9

Color information

#32C1C9 (or 0x32C1C9) is unknown color: approx Medium Turquoise. HEX triplet: 32, C1 and C9. RGB value is (50,193,201). Sum of RGB (Red+Green+Blue) = 50+193+201=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #32C1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C1C9 is #CD3E36. Grayscale: #969696. Windows color (decimal): -13450807 or 13222194. OLE color: 13222194.

HSL color Cylindrical-coordinate representation of color #32C1C9: hue angle of 183.18º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C1C9 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50193201-
CMYK0.750.0400.21
HSL183.18º60.16%49.22%-
HSV(B)183.18º75.12%78.82%-
XYZ30.9343.0461.93-
YUV151.15156.1255.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.26%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=11.26%
G=43.47%
B=45.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501932010.750.0400.21183.1860.1649.22
Hex32C1C94B4015b73c31
Octal6230131111340252677461
Binary1100101100000111001001100101110001010110110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,193,201); }

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

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

 a { background-color: rgb(50,193,201); }

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

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

 span { border-color: rgb(50,193,201); }

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