#32CDC2

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

Shades of Medium Turquoise #32CDC2

Tints of Medium Turquoise #32CDC2

Color information

#32CDC2 (or 0x32CDC2) is unknown color: approx Medium Turquoise. HEX triplet: 32, CD and C2. RGB value is (50,205,194). Sum of RGB (Red+Green+Blue) = 50+205+194=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDC2 is #CD323D. Grayscale: #9D9D9D. Windows color (decimal): -13447742 or 12766514. OLE color: 12766514.

HSL color Cylindrical-coordinate representation of color #32CDC2: hue angle of 175.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CDC2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB50205194-
CMYK0.7600.050.20
HSL175.74º60.78%50%-
HSV(B)175.74º75.61%80.39%-
XYZ32.8848.2458.62-
YUV157.4148.6551.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.14%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=11.14%
G=45.66%
B=43.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051940.7600.050.20175.7460.7850
Hex32CDC24C0514b03d32
Octal6231530211405242607562
Binary1100101100110111000010100110001011010010110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,205,194); }

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

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

 a { background-color: rgb(50,205,194); }

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

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

 span { border-color: rgb(50,205,194); }

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