#32CFC8

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

Shades of Medium Turquoise #32CFC8

Tints of Medium Turquoise #32CFC8

Color information

#32CFC8 (or 0x32CFC8) is unknown color: approx Medium Turquoise. HEX triplet: 32, CF and C8. RGB value is (50,207,200). Sum of RGB (Red+Green+Blue) = 50+207+200=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFC8 is #CD3037. Grayscale: #9F9F9F. Windows color (decimal): -13447224 or 13160242. OLE color: 13160242.

HSL color Cylindrical-coordinate representation of color #32CFC8: hue angle of 177.32º 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 #32CFC8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB50207200-
CMYK0.7600.030.19
HSL177.32º62.06%50.39%-
HSV(B)177.32º75.85%81.18%-
XYZ34.0549.4762.4-
YUV159.26150.9950.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.94%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=10.94%
G=45.30%
B=43.76%

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
Decimal502072000.7600.030.19177.3262.0650.39
Hex32CFC84C0313b13e32
Octal6231731011403232617662
Binary110010110011111100100010011000111001110110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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