#32CFC9

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

Shades of Medium Turquoise #32CFC9

Tints of Medium Turquoise #32CFC9

Color information

#32CFC9 (or 0x32CFC9) is unknown color: approx Medium Turquoise. HEX triplet: 32, CF and C9. RGB value is (50,207,201). Sum of RGB (Red+Green+Blue) = 50+207+201=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFC9 is #CD3036. Grayscale: #9F9F9F. Windows color (decimal): -13447223 or 13225778. OLE color: 13225778.

HSL color Cylindrical-coordinate representation of color #32CFC9: hue angle of 177.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB50207201-
CMYK0.7600.030.19
HSL177.71º62.06%50.39%-
HSV(B)177.71º75.85%81.18%-
XYZ34.1749.5263.02-
YUV159.37151.4949.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.92%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=10.92%
G=45.20%
B=43.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal502072010.7600.030.19177.7162.0650.39
Hex32CFC94C0313b23e32
Octal6231731111403232627662
Binary110010110011111100100110011000111001110110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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